summaryrefslogtreecommitdiff
path: root/security/py-pycrypto/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:03:59 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:37:14 +0800
commit9e2f774b3a62df2d03058fc548be076e6eaa8a5d (patch)
tree52e654e0a604e08c4a6844032e9875df20560a6e /security/py-pycrypto/files/patch-setup.py
parentsecurity/py-oauthlib: Update to 3.2.0 (diff)
security/py-pycrypto: Fix build with setuptools 58.0.0+
Diffstat (limited to '')
-rw-r--r--security/py-pycrypto/files/patch-setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-pycrypto/files/patch-setup.py b/security/py-pycrypto/files/patch-setup.py
index dc0e8867a937..5cc99bb52080 100644
--- a/security/py-pycrypto/files/patch-setup.py
+++ b/security/py-pycrypto/files/patch-setup.py
@@ -1,6 +1,6 @@
---- ./setup.py.orig 2012-10-03 15:57:50.000000000 +1000
-+++ ./setup.py 2012-10-03 15:57:50.000000000 +1000
-@@ -136,6 +136,7 @@
+--- setup.py.orig 2013-10-14 21:38:10 UTC
++++ setup.py
+@@ -136,6 +136,7 @@ class PCTBuildExt (build_ext):
# especially helps the DES modules.
self.__add_compiler_option("-O3")
self.__add_compiler_option("-fomit-frame-pointer")