summaryrefslogtreecommitdiffstats
path: root/www/firefox/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
commit2cf2887a3e734b89e5235d76c1d6f38a799df954 (patch)
treeda0f571e84ee755e80d1969251cf7310e384b8c4 /www/firefox/files/patch-build_unix_run-mozilla.sh
parent02d3d9e75036ab89c2d6d57a19ac5183f1948858 (diff)
downloadmarcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.gz
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.zst
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.zip
These gecko ports have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10577 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.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/firefox/files/patch-build_unix_run-mozilla.sh b/www/firefox/files/patch-build_unix_run-mozilla.sh
deleted file mode 100644
index 87114cc7b..000000000
--- a/www/firefox/files/patch-build_unix_run-mozilla.sh
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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