diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-06 15:58:01 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-06 15:58:01 +0800 |
commit | 8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b (patch) | |
tree | 42d51c92b8e6f3e93afc57b64d3fc1fe4324ff90 /security/py-m2crypto | |
parent | ba57cb3d3101913433b1d5fdda37e2d798f6057a (diff) | |
download | freebsd-ports-gnome-8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b.tar.gz freebsd-ports-gnome-8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b.tar.zst freebsd-ports-gnome-8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b.zip |
fix security/py-m2crypto: builf fail from bento
- added patch that fix builf fail
Pointed out by: bento via kris
Pointed out by: Ng Pheng Siong <ngps@netmemetic.com> (maintainer)
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/files/patch-SWIG::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-m2crypto/files/patch-SWIG::Makefile b/security/py-m2crypto/files/patch-SWIG::Makefile new file mode 100644 index 000000000000..59ec0a7a492b --- /dev/null +++ b/security/py-m2crypto/files/patch-SWIG::Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Wed Aug 6 16:47:51 2003 ++++ Makefile Wed Aug 6 16:49:15 2003 +@@ -3,7 +3,7 @@ + CFLAGS = -DTHREADING -g + INCLUDE = -I/usr/local/include -I. + LIBS = -L/usr/local/lib -lssl -lcrypto +-PYVER = 2.2 ++PYVER = 2.3 + PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ + -I/usr/local/lib/python$(PYVER)/config + PYLIB = /usr/local/lib/python$(PYVER)/config |