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 | 46dcc3354a409744e02e2278b07b9877f6b3068b (patch) | |
tree | 50284f79316ee041535461806faa1c406266244c /dev-dotnet/gluezilla/files | |
parent | Don't install idle${SLOT} and idlelib module with USE="-tk" (bug #237788). (diff) | |
download | historical-46dcc3354a409744e02e2278b07b9877f6b3068b.tar.gz historical-46dcc3354a409744e02e2278b07b9877f6b3068b.tar.bz2 historical-46dcc3354a409744e02e2278b07b9877f6b3068b.zip |
Bump, includes xulrunner detection fix by Priit Laes
Package-Manager: portage-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 + |