diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-02-21 14:34:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-02-21 14:34:17 +0000 |
commit | ca57cd144f7361380bda1eda1d0b7d4a47c6f8d5 (patch) | |
tree | c60c9c2528d4af13a93e67eb472f516b45b88a51 /dev-dotnet/gluezilla/files | |
parent | Don't install idle${SLOT} and idlelib module with USE="-tk" (bug #237788). (diff) | |
download | gentoo-2-ca57cd144f7361380bda1eda1d0b7d4a47c6f8d5.tar.gz gentoo-2-ca57cd144f7361380bda1eda1d0b7d4a47c6f8d5.tar.bz2 gentoo-2-ca57cd144f7361380bda1eda1d0b7d4a47c6f8d5.zip |
Bump, includes xulrunner detection fix by Priit Laes
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/gluezilla/files')
-rw-r--r-- | dev-dotnet/gluezilla/files/gluezilla-2.6-fix-xulrunner-detection.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-dotnet/gluezilla/files/gluezilla-2.6-fix-xulrunner-detection.patch b/dev-dotnet/gluezilla/files/gluezilla-2.6-fix-xulrunner-detection.patch new file mode 100644 index 000000000000..dacf32e60526 --- /dev/null +++ b/dev-dotnet/gluezilla/files/gluezilla-2.6-fix-xulrunner-detection.patch @@ -0,0 +1,25 @@ +From 42f469358dbc6143e05f5b8ebb96e316d662a786 Mon Sep 17 00:00:00 2001 +From: Priit Laes <plaes@plaes.org> +Date: Sun, 21 Feb 2010 15:45:38 +0200 +Subject: [PATCH] Fix xulrunner detection. + +--- + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/configure.ac b/configure.ac +index aa694b1..b122c5d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -88,7 +88,7 @@ if test "x${local}" == xno ; then + if test "x${oldxul}" != xyes ; then + + AC_MSG_CHECKING(Mozilla XPCOM > 1.8) +- mozilla_xpcom_pcs="libxul-embedding-unstable" ++ mozilla_xpcom_pcs="libxul-embedding-unstable libxul-embedding" + for pc in $mozilla_xpcom_pcs; do + if $PKG_CONFIG --exists $pc; then + AC_MSG_RESULT($pc) +-- +1.7.0 + |