new package: python-libsass

This commit is contained in:
termux-pacman-bot
2023-05-08 20:01:29 +00:00
parent 77f64324f1
commit 1993921abd
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- a/setup.py
+++ b/setup.py
@@ -15,10 +15,10 @@
MACOS_FLAG = ['-mmacosx-version-min=10.7']
FLAGS_POSIX = [
- '-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
+ '-fPIC', '-Wall', '-Wno-parentheses', '-Werror=switch',
]
FLAGS_CLANG = ['-c', '-O3'] + FLAGS_POSIX + ['-stdlib=libc++']
-LFLAGS_POSIX = ['-fPIC', '-lstdc++']
+LFLAGS_POSIX = ['-fPIC']
LFLAGS_CLANG = ['-fPIC', '-stdlib=libc++']
sources = ['_sass.c']