diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-03 09:14:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-03 09:15:26 +0000 |
commit | f82a1c79b86cfe5bd87a5a414249158521eb2801 (patch) | |
tree | 0167e410b3ce3765c09f7049e7517347a9d0cd63 /testing/firefox/firefox-5.0-asciidel.patch | |
parent | 90cfd7468d4001fde4dde22cbbf29bfdd475feb4 (diff) | |
download | aports-f82a1c79b86cfe5bd87a5a414249158521eb2801.tar.bz2 aports-f82a1c79b86cfe5bd87a5a414249158521eb2801.tar.xz |
main/xulrunner,firefox: test firefox-10.0
Diffstat (limited to 'testing/firefox/firefox-5.0-asciidel.patch')
-rw-r--r-- | testing/firefox/firefox-5.0-asciidel.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/firefox/firefox-5.0-asciidel.patch b/testing/firefox/firefox-5.0-asciidel.patch new file mode 100644 index 0000000000..1916cb3b8a --- /dev/null +++ b/testing/firefox/firefox-5.0-asciidel.patch @@ -0,0 +1,15 @@ +Patch from: Bill Nottingham <notting@redhat.com> + +diff -up mozilla-release/browser/base/Makefile.in.fu mozilla-release/browser/base/Makefile.in +--- mozilla-release/browser/base/Makefile.in.fu 2011-06-24 16:50:23.802042086 -0400 ++++ mozilla-release/browser/base/Makefile.in 2011-06-24 16:50:42.324042096 -0400 +@@ -62,7 +62,7 @@ EXTRA_JS_MODULES = \ + + include $(topsrcdir)/config/rules.mk + +-PRE_RELEASE_SUFFIX := "" ++PRE_RELEASE_SUFFIX := + + DEFINES += \ + -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \ + |