summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-06-26 05:59:53 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-06-26 05:59:53 +0000
commit3543d16f2bef0ede5e4e1d2a96c50c47c1f6e437 (patch)
tree67c561cb918bd36d6ce2fe260f7221b6789a39b5 /www-client/firefox/files
parentFinally fix the brain-dead configuration checks for libnotify, thanks to detr... (diff)
downloadhistorical-3543d16f2bef0ede5e4e1d2a96c50c47c1f6e437.tar.gz
historical-3543d16f2bef0ede5e4e1d2a96c50c47c1f6e437.tar.bz2
historical-3543d16f2bef0ede5e4e1d2a96c50c47c1f6e437.zip
Fix bug 372843, and avoid exporting XAUTHORITY as well
Package-Manager: portage-2.2.0_alpha39_p14/cvs/Linux x86_64
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r--www-client/firefox/files/firefox-5.0-fix-title.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-5.0-fix-title.patch b/www-client/firefox/files/firefox-5.0-fix-title.patch
new file mode 100644
index 000000000000..01baa9597498
--- /dev/null
+++ b/www-client/firefox/files/firefox-5.0-fix-title.patch
@@ -0,0 +1,25 @@
+https://bugs.gentoo.org/372843
+
+--- mozilla-release/browser/base/Makefile.in
++++ mozilla-release/browser/base/Makefile.in
+@@ -62,7 +62,7 @@
+
+ include $(topsrcdir)/config/rules.mk
+
+-PRE_RELEASE_SUFFIX := ""
++PRE_RELEASE_SUFFIX :=
+
+ DEFINES += \
+ -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
+--- mozilla-release/browser/installer/windows/Makefile.in
++++ mozilla-release/browser/installer/windows/Makefile.in
+@@ -51,7 +51,7 @@
+ SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/firefox/7zSD.sfx
+ APP_VERSION := $(shell cat $(srcdir)/../../config/version.txt)
+ DEFINES += -DAPP_VERSION=$(APP_VERSION)
+-PRE_RELEASE_SUFFIX := ""
++PRE_RELEASE_SUFFIX :=
+ DEFINES += -DPRE_RELEASE_SUFFIX="$(PRE_RELEASE_SUFFIX)"
+
+ INSTALLER_FILES = \
+