diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-26 05:43:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-26 05:43:00 +0000 |
commit | 4432f9810db2b75b567f3b47f3c6438fb00abf69 (patch) | |
tree | 5ae724e014ef1bb5949fc292ce4763915d9909ae /www/py-libsass/files/patch-setup.py | |
parent | Pursuant to r483670, PORTREVISION should have been bumped. (diff) |
www/py-libsass: Update 0.16.0 -> 0.16.1
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=485916
Diffstat (limited to 'www/py-libsass/files/patch-setup.py')
-rw-r--r-- | www/py-libsass/files/patch-setup.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/py-libsass/files/patch-setup.py b/www/py-libsass/files/patch-setup.py deleted file mode 100644 index 107d046aac6b..000000000000 --- a/www/py-libsass/files/patch-setup.py +++ /dev/null @@ -1,20 +0,0 @@ ---- setup.py.orig 2018-11-13 19:39:18 UTC -+++ setup.py -@@ -37,7 +37,7 @@ def _maybe_clang(flags): - compiler.linker_so[0] = os.environ['CXX'] - return compiler - distutils.sysconfig.customize_compiler = customize_compiler -- flags[:] = ['-c', '-O3'] + flags + ['-stdlib=libc++'] -+ flags[:] = ['-c'] + flags - - - def _maybe_macos(flags): -@@ -54,7 +54,7 @@ def _maybe_macos(flags): - if sys.platform == 'win32': - extra_link_args = [] - elif platform.system() in {'Darwin', 'FreeBSD'}: -- extra_link_args = ['-fPIC', '-lc++'] -+ extra_link_args = ['-fPIC', '-lstdc++'] - else: - extra_link_args = ['-fPIC', '-lstdc++'] - |