From 27d656bc05b59ffa3ebb6813cc037ef15ffc873a Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Wed, 6 Aug 2003 07:58:01 +0000 Subject: 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 (maintainer) --- security/py-m2crypto/files/patch-SWIG::Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/py-m2crypto/files/patch-SWIG::Makefile (limited to 'security/py-m2crypto/files') 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 -- cgit v1.2.3