diff options
author | Andrew Manison <amanison@anselsystems.com> | 2012-01-07 06:07:55 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2012-01-07 06:07:55 +0000 |
commit | e2901940d45d4e52920f9ebdfc0806c400dcda00 (patch) | |
tree | 5dfbe1d547b2845e2ecb58ffd13561405650ae5e /testing/firefox/firefox-5.0-asciidel.patch | |
parent | bbcfe6f7780c9ace7c617aedcc65a6c126b576bb (diff) | |
parent | 5c7467518a3e5e9a07977bef1112c773bcd17a9c (diff) | |
download | aports-e2901940d45d4e52920f9ebdfc0806c400dcda00.tar.bz2 aports-e2901940d45d4e52920f9ebdfc0806c400dcda00.tar.xz |
Merge remote-tracking branch 'alpine/master'
Conflicts:
main/rrdtool/APKBUILD
testing/nfdump/APKBUILD
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) \ + |