From 5e67312f669149cea8cbe93ff4fbf69b26d775a4 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 19 Mar 2005 22:25:17 +0000 Subject: - Update to 0.13.1 - Take maintainership PR: ports/79003 Submitted by: Marcus Grando --- security/py-m2crypto/files/patch-SWIG::Makefile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'security/py-m2crypto/files/patch-SWIG::Makefile') diff --git a/security/py-m2crypto/files/patch-SWIG::Makefile b/security/py-m2crypto/files/patch-SWIG::Makefile index a51b1c11d3ab..5c316a783da3 100644 --- a/security/py-m2crypto/files/patch-SWIG::Makefile +++ b/security/py-m2crypto/files/patch-SWIG::Makefile @@ -1,12 +1,15 @@ ---- 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 +--- SWIG/Makefile.orig Mon Sep 15 13:34:31 2003 ++++ SWIG/Makefile Fri Mar 18 20:32:40 2005 +@@ -8,9 +8,9 @@ + #else + PYVER = 2.3 + #endif -PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ +- -I/usr/local/lib/python$(PYVER)/config +-PYLIB = /usr/local/lib/python$(PYVER)/config +PYINCLUDE = -DHAVE_CONFIG_H -I%%PYTHON_INCLUDEDIR%% \ - -I/usr/local/lib/python$(PYVER)/config - PYLIB = /usr/local/lib/python$(PYVER)/config ++ -I%%PYTHON_INCLUDEDIR%%/config ++PYLIB = %%PYTHON_INCLUDEDIR%%/config + + all: _m2crypto -- cgit v1.2.3