summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-08-06 08:46:45 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-08-06 08:46:45 +0000
commit7e6e9ca46eadda3043add7b5ba9b35c1e5f069b1 (patch)
tree186b56b85b27d5ad00b0db256770a459b6ff6cdb /security/py-m2crypto/files
parentUse the (optional) ISO C compliant versions of the SGB headers instead of (diff)
fix security/py-m2crypto:
- use PYTHON_VERSION Pointed out by: kuriyama
Diffstat (limited to 'security/py-m2crypto/files')
-rw-r--r--security/py-m2crypto/files/patch-SWIG::Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/py-m2crypto/files/patch-SWIG::Makefile b/security/py-m2crypto/files/patch-SWIG::Makefile
index 59ec0a7a492b..e6d34ff9d941 100644
--- a/security/py-m2crypto/files/patch-SWIG::Makefile
+++ b/security/py-m2crypto/files/patch-SWIG::Makefile
@@ -1,11 +1,12 @@
---- Makefile.orig Wed Aug 6 16:47:51 2003
-+++ Makefile Wed Aug 6 16:49:15 2003
-@@ -3,7 +3,7 @@
+--- Makefile.orig Wed Aug 6 17:33:10 2003
++++ Makefile Wed Aug 6 17:34:04 2003
+@@ -3,8 +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) \
+-PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \
++PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/PYTHON_VERSION \
-I/usr/local/lib/python$(PYVER)/config
PYLIB = /usr/local/lib/python$(PYVER)/config
+