summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-17 07:58:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-17 07:58:35 +0800
commita9ffbd64dd2417bc2ed2f442e6973036a7209609 (patch)
tree64da5a17595400f56d37f6dc6ff5ae8c7a9e55f0 /devel/gobject-introspection
parent4ec9057394e37dd58d236a579cdf2ffb93451287 (diff)
downloadmarcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar.gz
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar.bz2
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar.lz
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar.xz
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.tar.zst
marcuscom-ports-a9ffbd64dd2417bc2ed2f442e6973036a7209609.zip
sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17171 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/files/patch-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gobject-introspection/files/patch-configure b/devel/gobject-introspection/files/patch-configure
index 7b5ed4958..d2838d890 100644
--- a/devel/gobject-introspection/files/patch-configure
+++ b/devel/gobject-introspection/files/patch-configure
@@ -7,10 +7,10 @@
-if test "x$PYTHON_INCLUDES" == x; then
- PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
+if test "x$PYTHON_INCLUDES" = x; then
-+ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes`
++ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --cflags`
if test "$py_prefix" != "$py_exec_prefix"; then
- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
-+ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes`
++ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --cflags`
fi
fi