r32978 - /desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Mar 11 18:47:53 UTC 2012


Author: jbicha-guest
Date: Sun Mar 11 18:47:53 2012
New Revision: 32978

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32978
Log:
add workaround_python_config_bug.patch

Added:
    desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch

Added: desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch?rev=32978&op=file
==============================================================================
--- desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch (added)
+++ desktop/experimental/anjuta/debian/patches/workaround_python_config_bug.patch [utf-8] Sun Mar 11 18:47:53 2012
@@ -1,0 +1,26 @@
+Index: anjuta-3.3.4/configure.ac
+===================================================================
+--- anjuta-3.3.4.orig/configure.ac	2011-12-20 22:08:06.000000000 +0100
++++ anjuta-3.3.4/configure.ac	2012-01-19 17:06:58.000000000 +0100
+@@ -283,7 +283,7 @@
+ 
+ if test x$have_python = xyes; then
+ 	if test -x $PYTHON-config; then
+-		PYTHON_CFLAGS=`$PYTHON-config --cflags`
++		PYTHON_CFLAGS=`unset CFLAGS; $PYTHON-config --cflags`
+ 		PYTHON_LIBS=`$PYTHON-config --libs`
+ 		AC_SUBST(PYTHON_CFLAGS)
+ 		AC_SUBST(PYTHON_LIBS)
+Index: anjuta-3.3.4/configure
+===================================================================
+--- anjuta-3.3.4.orig/configure	2011-12-31 13:59:45.000000000 +0100
++++ anjuta-3.3.4/configure	2012-01-19 17:18:24.639371759 +0100
+@@ -17906,7 +17906,7 @@
+ 
+ if test x$have_python = xyes; then
+ 	if test -x $PYTHON-config; then
+-		PYTHON_CFLAGS=`$PYTHON-config --cflags`
++		PYTHON_CFLAGS=`unset CFLAGS; $PYTHON-config --cflags`
+ 		PYTHON_LIBS=`$PYTHON-config --libs`
+ 
+ 




More information about the pkg-gnome-commits mailing list