aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey/files
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-11-15 03:11:43 +0800
committerahze <ahze@FreeBSD.org>2005-11-15 03:11:43 +0800
commit05986651a9a03084f259122f0b1bef35e88243d5 (patch)
tree7bba3605a44a50bc1aef9ab2546fed9568c8a77c /www/seamonkey/files
parent2d4b6f30b5f29b94c01f54be0f9efb6e251c5615 (diff)
downloadfreebsd-ports-gnome-05986651a9a03084f259122f0b1bef35e88243d5.tar.gz
freebsd-ports-gnome-05986651a9a03084f259122f0b1bef35e88243d5.tar.zst
freebsd-ports-gnome-05986651a9a03084f259122f0b1bef35e88243d5.zip
- Add support for new lib/browser_linux_plugins
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r--www/seamonkey/files/patch-build_unix_run-mozilla.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/files/patch-build_unix_run-mozilla.sh b/www/seamonkey/files/patch-build_unix_run-mozilla.sh
index ee99123b3978..aa629cecb3f4 100644
--- a/www/seamonkey/files/patch-build_unix_run-mozilla.sh
+++ b/www/seamonkey/files/patch-build_unix_run-mozilla.sh
@@ -5,7 +5,7 @@
##
## Set LD_LIBRARY_PATH
-LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
-+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
++LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_linux_plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
if [ -n "$LD_LIBRARYN32_PATH" ]
then
LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"}
@@ -14,7 +14,7 @@
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH
+
-+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
++MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins:%%PREFIX%%/lib/browser_linux_plugins
+export MOZ_PLUGIN_PATH
if [ $moz_debug -eq 1 ]