summaryrefslogtreecommitdiffstats
path: root/www/firefox10/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 09:01:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 09:01:49 +0800
commit76119ade65a88e75eb93ddfd099d51bcd9786ad5 (patch)
tree6b1cdc6d951c801b84a5c95924a936cd81d22360 /www/firefox10/files/patch-build_unix_run-mozilla.sh
parentdff320e95e1d0a6aed0ec85efb495575ec0614b4 (diff)
downloadmarcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.gz
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.bz2
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.lz
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.xz
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.zst
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.zip
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5246 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--www/firefox10/files/patch-build_unix_run-mozilla.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/firefox10/files/patch-build_unix_run-mozilla.sh b/www/firefox10/files/patch-build_unix_run-mozilla.sh
deleted file mode 100644
index c740bbb85..000000000
--- a/www/firefox10/files/patch-build_unix_run-mozilla.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-$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
-@@ -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