summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-20 12:10:40 -0400
committerRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-20 12:10:40 -0400
commit72ab287c0471f18dc3ef74245082910efed47497 (patch)
treedb36642fe1f77dcfe07a54f3062757e4d8ba59d1
parent20100720 - Cambio automático (diff)
downloadrubenqba-72ab287c0471f18dc3ef74245082910efed47497.tar.gz
rubenqba-72ab287c0471f18dc3ef74245082910efed47497.tar.bz2
rubenqba-72ab287c0471f18dc3ef74245082910efed47497.zip
20100720 - Cambio automático
-rw-r--r--dev-libs/glib/files/glib-2.24-punt-python-check.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/glib/files/glib-2.24-punt-python-check.patch b/dev-libs/glib/files/glib-2.24-punt-python-check.patch
new file mode 100644
index 0000000..3cbd6dc
--- /dev/null
+++ b/dev-libs/glib/files/glib-2.24-punt-python-check.patch
@@ -0,0 +1,20 @@
+Remove python detection from configure.in, we won't be installing the gdb python
+scripts anymore. They use a redhat-specific gdb module that has not been
+upstreamed yet.
+
+https://bugs.gentoo.org/291328
+https://bugzilla.gnome.org/623552
+---
+--- configure.in
++++ configure.in
+@@ -379,10 +379,6 @@ if test "x$PERL_PATH" = x ; then
+ fi
+ AC_SUBST(PERL_PATH)
+
+-# Need suitable python path for greport
+-AM_PATH_PYTHON(2.4,,PYTHON="/usr/bin/env python2.4")
+-
+-
+ dnl ***********************
+ dnl *** Tests for iconv ***
+ dnl ***********************