summaryrefslogtreecommitdiffstats
path: root/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 23:48:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 23:48:29 +0800
commit902dca2bec074ffa1e8e676eb6cb9d7997c958bd (patch)
tree7e79aedb67d7a2826ade92b5cf04038663688fb9 /www/firefox-devel/files/patch-build_unix_run-mozilla.sh
parent54c0f8a7114df9a8808a3e1e902e152da3dc93d7 (diff)
downloadmarcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.gz
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.zst
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.zip
- Add firefox 2.0a1
Please test! We might want to install bin/firefox as bin/firefox-devel and not conflict with www/firefox? git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5984 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox-devel/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--www/firefox-devel/files/patch-build_unix_run-mozilla.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/firefox-devel/files/patch-build_unix_run-mozilla.sh b/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
new file mode 100644
index 000000000..87114cc7b
--- /dev/null
+++ b/www/firefox-devel/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