summaryrefslogtreecommitdiffstats
path: root/www/firefox10/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox10/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--www/firefox10/files/patch-build_unix_run-mozilla.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox10/files/patch-build_unix_run-mozilla.sh b/www/firefox10/files/patch-build_unix_run-mozilla.sh
index 2fa7436c5..c740bbb85 100644
--- a/www/firefox10/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox10/files/patch-build_unix_run-mozilla.sh
@@ -1,5 +1,5 @@
-$FreeBSD$
- $MCom$
+$FreeBSD: ports/www/firefox-devel/files/patch-build_unix_run-mozilla.sh,v 1.8 2005/11/14 19:11:43 ahze Exp $
+ $MCom: ports/www/firefox-devel/files/patch-build_unix_run-mozilla.sh,v 1.6 2005/07/14 05:25:44 ahze Exp $
--- 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
@@ -8,7 +8,7 @@ $FreeBSD$
##
## 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"}
++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"}
@@ -17,7 +17,7 @@ $FreeBSD$
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
++MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins:%%PREFIX%%/lib/browser_linux_plugins
+export MOZ_PLUGIN_PATH
if [ $moz_debug -eq 1 ]