summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-16 23:43:05 -0400
committerRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-16 23:43:05 -0400
commitfca93fcd10a7b380efe207c3ece3c55e2d93a24f (patch)
treeb934177d1dfba17208120adde0825c604256e4b6
parentadicionando glib-2.25.12 (diff)
downloadrubenqba-fca93fcd10a7b380efe207c3ece3c55e2d93a24f.tar.gz
rubenqba-fca93fcd10a7b380efe207c3ece3c55e2d93a24f.tar.bz2
rubenqba-fca93fcd10a7b380efe207c3ece3c55e2d93a24f.zip
adicionando glib-2.25.12
-rw-r--r--dev-libs/glib/files/glib-2.24-punt-python-check.patch20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index 3cbd6dc..0000000
--- a/dev-libs/glib/files/glib-2.24-punt-python-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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 ***********************