From 867b3fc258155f7ac227d82314ac9ee9d409c82d Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 11 Nov 2005 00:15:48 +0000 Subject: - Merge firefox-devel from ports to firefox MC so we can test firefox 1.5 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5099 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-build_unix_run-mozilla.sh | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/firefox10/files/patch-build_unix_run-mozilla.sh (limited to 'www/firefox10/files/patch-build_unix_run-mozilla.sh') diff --git a/www/firefox10/files/patch-build_unix_run-mozilla.sh b/www/firefox10/files/patch-build_unix_run-mozilla.sh new file mode 100644 index 000000000..2fa7436c5 --- /dev/null +++ b/www/firefox10/files/patch-build_unix_run-mozilla.sh @@ -0,0 +1,24 @@ +$FreeBSD$ + $MCom$ + +--- 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:${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 ++export MOZ_PLUGIN_PATH + + if [ $moz_debug -eq 1 ] + then -- cgit