aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-devel/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 19:30:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 19:30:49 +0000
commit15e0c52fd1d5ca506b8246763094919aa375f662 (patch)
tree765d0812f20914837f77528f6f2749fefe402d1d /www/firefox-devel/files
parent89ac018b6f504d392b5fddbffb88347b18bd3e1b (diff)
downloadports-15e0c52fd1d5ca506b8246763094919aa375f662.tar.gz
ports-15e0c52fd1d5ca506b8246763094919aa375f662.zip
* Fix broken installation (grrr..this fake thing is more trouble than it's
worth) * Fix up some path issues in the Makefile * Minor fix to plug-in installation * Restore Franz's fix for the LD_LIBRARY_PATH PREFIX problem * Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=100706
Diffstat (limited to 'www/firefox-devel/files')
-rw-r--r--www/firefox-devel/files/patch-build_unix_run-mozilla.sh16
1 files changed, 13 insertions, 3 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
index 569ebc28940f..f93248fd107b 100644
--- a/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
@@ -1,13 +1,23 @@
$FreeBSD$
---- build/unix/run-mozilla.sh.orig Mon Feb 9 19:25:14 2004
-+++ build/unix/run-mozilla.sh Mon Feb 9 21:18:11 2004
+--- 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"}
++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