summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authorCan Celasun2015-05-31 21:46:22 +0300
committerCan Celasun2015-05-31 21:46:22 +0300
commitfd2ac615b906d5ef9639cbb5f035f27cb4f275d2 (patch)
treecd4bf717cf86d0a77a24d5fa1fae7c7ff2fb656a /python2.patch
downloadaur-fd2ac615b906d5ef9639cbb5f035f27cb4f275d2.tar.gz
New structure
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/python2.patch b/python2.patch
new file mode 100644
index 000000000000..831a6e509c72
--- /dev/null
+++ b/python2.patch
@@ -0,0 +1,25 @@
+diff -aur package.pristine/configure package.new/configure
+--- package.pristine/configure 2011-03-12 23:12:15.000000000 +0200
++++ package.new/configure 2011-03-12 23:21:31.000000000 +0200
+@@ -13307,9 +13307,9 @@
+ fi
+
+
+-PYTHON_CFLAGS="`python-config --includes`"
+-PYTHON_LIBS="`python-config --libs`"
+-PYTHON_LDFLAGS="`python-config --ldflags`"
++PYTHON_CFLAGS="`python2-config --includes`"
++PYTHON_LIBS="`python2-config --libs`"
++PYTHON_LDFLAGS="`python2-config --ldflags`"
+
+
+
+@@ -13339,7 +13339,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pygtk codegen" >&5
+ $as_echo_n "checking for pygtk codegen... " >&6; }
+-PYGTK_CODEGEN="/usr/bin/python `$PKG_CONFIG --variable=codegendir pygobject-2.0`/codegen.py"
++PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygobject-2.0`/codegen.py"
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYGTK_CODEGEN" >&5
+ $as_echo "$PYGTK_CODEGEN" >&6; }