diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-17 07:58:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-17 07:58:35 +0800 |
commit | a9ffbd64dd2417bc2ed2f442e6973036a7209609 (patch) | |
tree | 64da5a17595400f56d37f6dc6ff5ae8c7a9e55f0 | |
parent | 4ec9057394e37dd58d236a579cdf2ffb93451287 (diff) | |
download | marcuscom-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
-rw-r--r-- | devel/gobject-introspection/files/patch-configure | 4 |
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 |