diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-10-04 16:45:41 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-10-04 16:45:41 +0000 |
commit | 3aec6823ffde3d563b43bedfec9735cf0b46d4a8 (patch) | |
tree | e1830ddc758071d2b8523a134b6a6fd122cb674c /security/py-pycrypto/files/patch-setup.py | |
parent | - drop broken MASTER_SITE (diff) |
- Make GMP OPTION'al
- Add upstream patch for test failure when built without GMP
PR: 172299
Submitted by: koobs.freebsd@gmail.com
Notes
Notes:
svn path=/head/; revision=305266
Diffstat (limited to 'security/py-pycrypto/files/patch-setup.py')
-rw-r--r-- | security/py-pycrypto/files/patch-setup.py | 6 |
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 b6a7f4f1ecfe..dc0e8867a937 100644 --- a/security/py-pycrypto/files/patch-setup.py +++ b/security/py-pycrypto/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2011-11-01 17:47:23.000000000 +0400 -+++ setup.py 2011-11-01 17:54:51.000000000 +0400 -@@ -177,6 +177,7 @@ +--- ./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 @@ # especially helps the DES modules. self.__add_compiler_option("-O3") self.__add_compiler_option("-fomit-frame-pointer") |