summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files/patch-setup.py
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 14:43:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 14:43:51 +0000
commit20fc2876c51d5f2bd0e57665b5e477f16b45af36 (patch)
tree71d703281fb53e7a483ae0205f31724e73ea4366 /security/py-m2crypto/files/patch-setup.py
parentConvert REINPLACE_CMD to patch file (diff)
Update to 0.37.1
Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master
Diffstat (limited to 'security/py-m2crypto/files/patch-setup.py')
-rw-r--r--security/py-m2crypto/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/py-m2crypto/files/patch-setup.py b/security/py-m2crypto/files/patch-setup.py
index 2b5d7b62fd49..0890a64585c8 100644
--- a/security/py-m2crypto/files/patch-setup.py
+++ b/security/py-m2crypto/files/patch-setup.py
@@ -1,9 +1,9 @@
---- setup.py.orig 2018-04-29 18:47:25 UTC
+--- setup.py.orig 2020-12-08 18:29:38 UTC
+++ setup.py
-@@ -196,7 +196,7 @@ class _M2CryptoBuildExt(build_ext.build_
+@@ -204,7 +204,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
+ self.swig_opts.append(
+ '-I' + os.path.join(openssl_include_dir, 'openssl'))
- # swig seems to need the default header file directories
- self.swig_opts.extend(['-I%s' % i for i in _get_additional_includes()])
- self.swig_opts.append('-includeall')
+ #self.swig_opts.append('-includeall')
self.swig_opts.append('-modern')