aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-12 03:21:02 +0800
committermarcus <marcus@FreeBSD.org>2004-02-12 03:21:02 +0800
commit54002bb0fa0e24bc8b9674b549a52952f70541d6 (patch)
treedb38fa743044fb101f2c0bd9f46f88ce7b21797e /www/firefox/files
parentc5bcbc90547ba47134c5c6df23bb04c08d2f8296 (diff)
downloadfreebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.tar.gz
freebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.tar.zst
freebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.zip
Backuo the previous commit before anyone notices. I have a big patch coming
that will fix this and some other things. No need to bump PORTREVISION twice.
Diffstat (limited to 'www/firefox/files')
-rw-r--r--www/firefox/files/patch-build_unix_run-mozilla.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-build_unix_run-mozilla.sh b/www/firefox/files/patch-build_unix_run-mozilla.sh
index c90c96b936f6..569ebc28940f 100644
--- a/www/firefox/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox/files/patch-build_unix_run-mozilla.sh
@@ -7,7 +7,7 @@ $FreeBSD$
##
## 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_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"}