From ca9ea44ad824e9b72830371cd3ee93d8ba7b91c5 Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Wed, 6 Aug 2003 10:39:04 +0000 Subject: fix security/py-m2crypto: - use PYTHON_INCLUDEDIR instead of PYTHON_VERSION Pointed out by: Hye-Shik Chang --- security/py-m2crypto/files/patch-SWIG::Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/py-m2crypto/files') diff --git a/security/py-m2crypto/files/patch-SWIG::Makefile b/security/py-m2crypto/files/patch-SWIG::Makefile index e6d34ff9d941..a51b1c11d3ab 100644 --- a/security/py-m2crypto/files/patch-SWIG::Makefile +++ b/security/py-m2crypto/files/patch-SWIG::Makefile @@ -6,7 +6,7 @@ LIBS = -L/usr/local/lib -lssl -lcrypto -PYVER = 2.2 -PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ -+PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/PYTHON_VERSION \ ++PYINCLUDE = -DHAVE_CONFIG_H -I%%PYTHON_INCLUDEDIR%% \ -I/usr/local/lib/python$(PYVER)/config PYLIB = /usr/local/lib/python$(PYVER)/config -- cgit v1.2.3