summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-06-22 22:36:46 +0000
committerRene Ladan <rene@FreeBSD.org>2018-06-22 22:36:46 +0000
commitca06e3d4828a5e13642c6372a0f1e4874177ab6a (patch)
treed922eff923bca766ce1b71ff9565b573da9389a1 /www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp
parentbsd.gecko.mk / USES=gecko : remove expired libxul support. (diff)
Remove expired port:
2018-06-20 www/libxul: NPAPI are no longer supported
Notes
Notes: svn path=/head/; revision=473092
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)