diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 10:11:24 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 10:11:24 +0800 |
commit | 28c6a2c549e39f5711c6d34655fce97e6ee42ed0 (patch) | |
tree | cd550fe4620795a14fae78089733a1873dd6bca8 /www/firefox/files/patch-build_unix_run-mozilla.sh | |
parent | cd2ac34d3f442b629b92d86dced7e9cc2c7e9f62 (diff) | |
download | marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.gz marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.zst marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.zip |
- Update to 1.5.0.1rc1
- Remove $FreeBSD$ tag from files in files/ .. it's annoying to always reset
them.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5601 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/files/patch-build_unix_run-mozilla.sh')
-rw-r--r-- | www/firefox/files/patch-build_unix_run-mozilla.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/firefox/files/patch-build_unix_run-mozilla.sh b/www/firefox/files/patch-build_unix_run-mozilla.sh new file mode 100644 index 000000000..87114cc7b --- /dev/null +++ b/www/firefox/files/patch-build_unix_run-mozilla.sh @@ -0,0 +1,21 @@ +--- build/unix/run-mozilla.sh.orig Mon Dec 15 12:27:28 2003 ++++ build/unix/run-mozilla.sh Wed Feb 11 14:24:17 2004 +@@ -355,7 +355,7 @@ + fi + ## + ## Set LD_LIBRARY_PATH +-LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} ++LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:%%PREFIX%%/lib/browser_linux_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} + if [ -n "$LD_LIBRARYN32_PATH" ] + then + LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} +@@ -442,6 +442,9 @@ + # + export MOZILLA_FIVE_HOME LD_LIBRARY_PATH + export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH ++ ++MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins:%%PREFIX%%/lib/browser_linux_plugins ++export MOZ_PLUGIN_PATH + + if [ $moz_debug -eq 1 ] + then |