summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2011-04-17 23:47:46 +0000
committerJory Pratt <anarchy@gentoo.org>2011-04-17 23:47:46 +0000
commit1f910fbb7809368e267465e709add72e97f675fd (patch)
tree09e1d612208c0e2bbbd45cf1bafbacaa5aa6f88b /net-libs/xulrunner/files
parentRevision bump to add symlink (bug #348497), bump to EAPI 4, and remove old. (diff)
downloadgentoo-2-1f910fbb7809368e267465e709add72e97f675fd.tar.gz
gentoo-2-1f910fbb7809368e267465e709add72e97f675fd.tar.bz2
gentoo-2-1f910fbb7809368e267465e709add72e97f675fd.zip
Update patchset to support libpng-1.5 and gcc-4.6
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner/files')
-rw-r--r--net-libs/xulrunner/files/mozilla-2.0-gconf-config-update.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-libs/xulrunner/files/mozilla-2.0-gconf-config-update.patch b/net-libs/xulrunner/files/mozilla-2.0-gconf-config-update.patch
deleted file mode 100644
index 464e1e118f99..000000000000
--- a/net-libs/xulrunner/files/mozilla-2.0-gconf-config-update.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/configure.in b/configure.in
---- a/configure.in
-+++ b/configure.in
-@@ -5701,16 +5701,21 @@ then
-
- AC_SUBST(MOZ_ENABLE_GIO)
- AC_SUBST(MOZ_GIO_CFLAGS)
- AC_SUBST(MOZ_GIO_LIBS)
-
- dnl ========================================================
- dnl = GConf support module
- dnl ========================================================
-+ MOZ_ARG_DISABLE_BOOL(gconf,
-+ [ --disable-gconf Disable Gconf support ],
-+ MOZ_ENABLE_GCONF=,
-+ MOZ_ENABLE_GCONF=force)
-+
- if test "$MOZ_ENABLE_GCONF"
- then
- PKG_CHECK_MODULES(MOZ_GCONF, gconf-2.0 >= $GCONF_VERSION gobject-2.0 ,[
- MOZ_GCONF_LIBS=`echo $MOZ_GCONF_LIBS | sed 's/-llinc\>//'`
- MOZ_ENABLE_GCONF=1
- ],[
- if test "$MOZ_ENABLE_GCONF" = "force"
- then