[SVN-Commit] r19 - trunk/www/firefox3-devel/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Apr 28 17:33:52 UTC 2009


Author: miwi
Date: Tue Apr 28 17:33:44 2009
New Revision: 19

Log:
- Readded a patch to fix plugin load.

Added:
   trunk/www/firefox3-devel/files/patch-build_unix_run-mozilla.sh

Added: trunk/www/firefox3-devel/files/patch-build_unix_run-mozilla.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox3-devel/files/patch-build_unix_run-mozilla.sh	Tue Apr 28 17:33:44 2009	(r19)
@@ -0,0 +1,12 @@
+--- 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=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox3
++export MOZ_PLUGIN_PATH
++
+ if [ $moz_debug -eq 1 ]
+ then
+ 	moz_debug_program ${1+"$@"}


More information about the freebsd-gecko mailing list