summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-12 06:13:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-12 06:13:33 +0000
commitd9f52bf0bd9a3dcd7e4b2b490763cd56cb21a627 (patch)
treec9fce05a4075e175e314bf0fbafcc3658a7cc0b7 /gnome-base/libglade/files
parentdrop cvs support since anoncvs.enlightenment.org no longer exists (diff)
downloadgentoo-2-d9f52bf0bd9a3dcd7e4b2b490763cd56cb21a627.tar.gz
gentoo-2-d9f52bf0bd9a3dcd7e4b2b490763cd56cb21a627.tar.bz2
gentoo-2-d9f52bf0bd9a3dcd7e4b2b490763cd56cb21a627.zip
Enable prefix support; bug #430090, thanks to Christoph Junghans and Gilles Dartiguelongue.
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libglade/files')
-rw-r--r--gnome-base/libglade/files/libglade-2.6.4-enable-extensions.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnome-base/libglade/files/libglade-2.6.4-enable-extensions.patch b/gnome-base/libglade/files/libglade-2.6.4-enable-extensions.patch
new file mode 100644
index 000000000000..9be8fb93bf84
--- /dev/null
+++ b/gnome-base/libglade/files/libglade-2.6.4-enable-extensions.patch
@@ -0,0 +1,14 @@
+AC_USE_SYSTEM_EXTENSIONS needed for Solaris
+
+https://bugs.gentoo.org/show_bug.cgi?id=430090
+
+--- a/configure.in
++++ b/configure.in
+@@ -22,6 +22,7 @@
+ fi
+
+ AC_PROG_CC
++AC_USE_SYSTEM_EXTENSIONS
+ AC_ISC_POSIX
+ AC_HEADER_STDC
+