From 7c3af71f6407c57f7622cc3f55fca6dfe5176668 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 2 May 2011 22:26:57 +0000 Subject: Use 'python${PYTHON_VERSION}-config --includes' to give the includes instead of static version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15946 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gobject-introspection/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gobject-introspection/files/patch-configure (limited to 'devel/gobject-introspection') diff --git a/devel/gobject-introspection/files/patch-configure b/devel/gobject-introspection/files/patch-configure new file mode 100644 index 000000000..2eefdd83b --- /dev/null +++ b/devel/gobject-introspection/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-05-02 17:19:45.000000000 -0500 ++++ configure 2011-05-02 17:19:58.000000000 -0500 +@@ -15983,7 +15983,7 @@ + $as_echo_n "checking for headers required to compile python extensions... " >&6; } + py_prefix=`$PYTHON -c "import sys; print sys.prefix"` + py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` +-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" ++PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes` + if test "$py_prefix" != "$py_exec_prefix"; then + PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" + fi -- cgit v1.2.3