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::Makefile | |
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::Makefile')
-rw-r--r-- | security/py-m2crypto/files/patch-SWIG::Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
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 |