summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp')
-rw-r--r--www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp b/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp
deleted file mode 100644
index 9ea5eed32171..000000000000
--- a/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- xulrunner/stub/nsXULStub.cpp~
-+++ xulrunner/stub/nsXULStub.cpp
-@@ -160,6 +160,9 @@ main(int argc, char **argv)
- char greDir[MAXPATHLEN];
- bool greFound = false;
-
-+ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
-+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
-+
- #if defined(XP_MACOSX)
- CFBundleRef appBundle = CFBundleGetMainBundle();
- if (!appBundle)