diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 22:25:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 22:25:17 +0000 |
commit | 5e67312f669149cea8cbe93ff4fbf69b26d775a4 (patch) | |
tree | d240a86a77d5b94664dd87c730ed3e012e31a488 /security/py-m2crypto/files/patch-SWIG::_m2crypto.i | |
parent | . Add an explicit -lm when linking hdiff, required by gcc 3.4. This should (diff) |
- Update to 0.13.1
- Take maintainership
PR: ports/79003
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes
Notes:
svn path=/head/; revision=131669
Diffstat (limited to 'security/py-m2crypto/files/patch-SWIG::_m2crypto.i')
-rw-r--r-- | security/py-m2crypto/files/patch-SWIG::_m2crypto.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-m2crypto/files/patch-SWIG::_m2crypto.i b/security/py-m2crypto/files/patch-SWIG::_m2crypto.i new file mode 100644 index 000000000000..084483eefe80 --- /dev/null +++ b/security/py-m2crypto/files/patch-SWIG::_m2crypto.i @@ -0,0 +1,11 @@ +--- SWIG/_m2crypto.i.orig Sun Oct 26 11:19:08 2003 ++++ SWIG/_m2crypto.i Fri Mar 18 22:45:07 2005 +@@ -31,7 +31,7 @@ + %include _dsa.i + %include _ssl.i + %include _x509.i +-%include _asn1.i ++//%include _asn1.i + %include _pkcs7.i + %include _util.i + |