diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-27 20:21:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-27 20:21:31 +0000 |
commit | 8ef43a22097faabf8694120056a11bd907018733 (patch) | |
tree | 17923cde843c7aa39d31564948e6a792f208054c /www/firefox3/files/patch-build_unix_run-mozilla.sh | |
parent | * Optional (enabled by default) GnomeKeyring integration via PAM. (diff) |
Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some
changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi.
Bump the PORTREVISION.
Reported by: a few
Discussed with: my team, FreeBSD GNOME Team
Notes
Notes:
svn path=/head/; revision=217706
Diffstat (limited to 'www/firefox3/files/patch-build_unix_run-mozilla.sh')
-rw-r--r-- | www/firefox3/files/patch-build_unix_run-mozilla.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox3/files/patch-build_unix_run-mozilla.sh b/www/firefox3/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index a5295588ea97..000000000000 --- a/www/firefox3/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,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 - moz_debug_program ${1+"$@"} |