diff options
Diffstat (limited to 'www/seamonkey/files/patch-mozilla-build-unix-run-mozilla.sh')
-rw-r--r-- | www/seamonkey/files/patch-mozilla-build-unix-run-mozilla.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/seamonkey/files/patch-mozilla-build-unix-run-mozilla.sh b/www/seamonkey/files/patch-mozilla-build-unix-run-mozilla.sh deleted file mode 100644 index e610c0afb5ee..000000000000 --- a/www/seamonkey/files/patch-mozilla-build-unix-run-mozilla.sh +++ /dev/null @@ -1,21 +0,0 @@ ---- mozilla/build/unix/run-mozilla.sh.orig 2010-10-08 21:51:26.000000000 +0200 -+++ mozilla/build/unix/run-mozilla.sh 2010-10-10 21:45:33.000000000 +0200 -@@ -308,7 +308,7 @@ - } - if moz_should_set_ld_library_path - then -- LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH:+":$LD_LIBRARY_PATH"} -+ LD_LIBRARY_PATH=${MOZ_DIST_BIN}:%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko18:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - fi - - if [ -n "$LD_LIBRARYN32_PATH" ] -@@ -390,6 +390,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/gecko18:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} |