summaryrefslogtreecommitdiff
path: root/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 19:21:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 19:21:02 +0000
commitfb900956d34be37c8f6d102f53c76dac5ce28021 (patch)
tree03fa4f0d7d2b00594fcec2ade7bd82554c8881ad /www/firefox-devel/files/patch-build_unix_run-mozilla.sh
parentLink autoconf253 and automake15 into the build - not used by anything yet, (diff)
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-devel/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--www/firefox-devel/files/patch-build_unix_run-mozilla.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-devel/files/patch-build_unix_run-mozilla.sh b/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
index c90c96b936f6..569ebc28940f 100644
--- a/www/firefox-devel/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox-devel/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"}