diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
commit | ca06e3d4828a5e13642c6372a0f1e4874177ab6a (patch) | |
tree | d922eff923bca766ce1b71ff9565b573da9389a1 /www/libxul/files/patch-build_unix_run-mozilla.sh | |
parent | bsd.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-build_unix_run-mozilla.sh')
-rw-r--r-- | www/libxul/files/patch-build_unix_run-mozilla.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/libxul/files/patch-build_unix_run-mozilla.sh b/www/libxul/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index 604f14df29d4..000000000000 --- a/www/libxul/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=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko:%%LOCALBASE%%/lib/browser_plugins/symlinks/firefox -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} |