- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
11 lines
398 B
C++
11 lines
398 B
C++
--- xulrunner/stub/nsXULStub.cpp~
|
|
+++ xulrunner/stub/nsXULStub.cpp
|
|
@@ -202,6 +202,8 @@ main(int argc, char **argv)
|
|
char greDir[MAXPATHLEN];
|
|
bool greFound = false;
|
|
|
|
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/xulrunner", 0);
|
|
+
|
|
#if defined(XP_MACOSX)
|
|
CFBundleRef appBundle = CFBundleGetMainBundle();
|
|
if (!appBundle)
|