summaryrefslogtreecommitdiff
path: root/archivers/py-lz4/patches/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-lz4/patches/patch-setup.py')
-rw-r--r--archivers/py-lz4/patches/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/py-lz4/patches/patch-setup.py b/archivers/py-lz4/patches/patch-setup.py
index f0115394be7..debc2647112 100644
--- a/archivers/py-lz4/patches/patch-setup.py
+++ b/archivers/py-lz4/patches/patch-setup.py
@@ -1,11 +1,11 @@
-$NetBSD: patch-setup.py,v 1.1 2017/12/31 18:48:57 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2018/12/18 12:02:34 adam Exp $
Prefer external compiler optimizations.
---- setup.py.orig 2017-12-31 18:34:27.000000000 +0000
+--- setup.py.orig 2018-12-18 02:40:14.000000000 +0000
+++ setup.py
-@@ -91,7 +91,6 @@ elif compiler in ('unix', 'mingw32'):
- extra_compile_args.append(pkgconfig.cflags('liblz4'))
+@@ -100,7 +100,6 @@ elif compiler in ('unix', 'mingw32'):
+ extra_compile_args.append(pkgconfig_cflags('liblz4'))
else:
extra_compile_args = [
- '-O3',