summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-19 19:49:04 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-19 19:49:04 +0000
commit7d50f95398fbad36d3a47ef3ac88236b613e72cc (patch)
tree41eb460807efe2a8a6bd6449fd554e9b71a3df3c /www-client/mozilla-launcher
parentdon't build javadoc when not needed (diff)
downloadgentoo-2-7d50f95398fbad36d3a47ef3ac88236b613e72cc.tar.gz
gentoo-2-7d50f95398fbad36d3a47ef3ac88236b613e72cc.tar.bz2
gentoo-2-7d50f95398fbad36d3a47ef3ac88236b613e72cc.zip
Doh! Forgot to update the (deprecated) multilib patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-client/mozilla-launcher')
-rw-r--r--www-client/mozilla-launcher/ChangeLog6
-rw-r--r--www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch35
2 files changed, 40 insertions, 1 deletions
diff --git a/www-client/mozilla-launcher/ChangeLog b/www-client/mozilla-launcher/ChangeLog
index 33e3082ad2ac..c4b9c399060e 100644
--- a/www-client/mozilla-launcher/ChangeLog
+++ b/www-client/mozilla-launcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/mozilla-launcher
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/ChangeLog,v 1.21 2005/07/19 16:46:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/ChangeLog,v 1.22 2005/07/19 19:49:04 agriffis Exp $
+
+ 19 Jul 2005; Aron Griffis <agriffis@gentoo.org>
+ +files/mozilla-launcher-1.37-multilib.patch:
+ Doh! Forgot to update the (deprecated) multilib patch
*mozilla-launcher-1.37 (19 Jul 2005)
diff --git a/www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch b/www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch
new file mode 100644
index 000000000000..ec328671af6e
--- /dev/null
+++ b/www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch
@@ -0,0 +1,35 @@
+--- mozilla-launcher-1.37.multilib 2005-07-19 15:43:47.000000000 -0400
++++ mozilla-launcher-1.37 2005-07-19 15:44:20.000000000 -0400
+@@ -136,28 +136,28 @@
+ # just drops through for binary-based browsers.
+ case $zero in
+ *fox)
+- export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaFirefox"}
++ export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib64/MozillaFirefox"}
+ remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
+ mozbin=$MOZILLA_FIVE_HOME/firefox-bin
+ grepfor=Firefox-bin
+ ;;
+
+ *mozilla)
+- export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/mozilla"}
++ export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib64/mozilla"}
+ remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
+ mozbin=$MOZILLA_FIVE_HOME/mozilla-bin
+ grepfor=Mozilla-bin
+ ;;
+
+ *sunbird)
+- export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaSunbird"}
++ export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib64/MozillaSunbird"}
+ remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
+ mozbin=$MOZILLA_FIVE_HOME/sunbird-bin
+ grepfor=Sunbird-bin
+ ;;
+
+ *thunderbird)
+- export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaThunderbird"}
++ export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib64/MozillaThunderbird"}
+ remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
+ mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin
+ grepfor=Thunderbird-bin