diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-12-31 15:59:13 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-12-31 15:59:13 +0100 |
commit | d22a54819a429c7006728e5d5dd88f60de3fcaf9 (patch) | |
tree | c4ba1f68c536b82dcf2b2662971394a903c8ffc9 /security/py-pycrypto/files/patch-setup.py | |
parent | all: undeprecate www/py-pyjwt1 and consumers (diff) |
cleanup: Remove expired ports:
2022-06-30 security/py-pycrypto: Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead
Diffstat (limited to 'security/py-pycrypto/files/patch-setup.py')
-rw-r--r-- | security/py-pycrypto/files/patch-setup.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/py-pycrypto/files/patch-setup.py b/security/py-pycrypto/files/patch-setup.py deleted file mode 100644 index 5cc99bb52080..000000000000 --- a/security/py-pycrypto/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- 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") -+ self.__add_compiler_option("-D_WCHAR_T_DEFINED") - # Don't include debug symbols unless debugging - self.__remove_compiler_option("-g") - # Don't include profiling information (incompatible with |