diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-05-12 16:23:10 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-05-12 16:23:10 +0000 |
commit | a251f7548a0ed503548e4609ea5145368efa466b (patch) | |
tree | d8aaf43c95b91508eab4f779fc05c50bd4296785 /www/firefox36/files/patch-build_unix_run-mozilla.sh | |
parent | Update to 2.10.4. See http://developer.pidgin.im/wiki/ChangeLog for a list (diff) |
- Remove outdated Firefox 3.6, Thunderbird 3.1 and ports depending on them
Approved by: ale@ (enigmail-thunderbird3),
Grzegorz Blach <magik AT roorback.net> (firefox-sync)
Diffstat (limited to 'www/firefox36/files/patch-build_unix_run-mozilla.sh')
-rw-r--r-- | www/firefox36/files/patch-build_unix_run-mozilla.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox36/files/patch-build_unix_run-mozilla.sh b/www/firefox36/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index 92777d76a378..000000000000 --- a/www/firefox36/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox3 -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} |