summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-18 18:05:25 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-18 18:05:25 +0800
commit4a6d1353eb944676f012bbe2ba180ba3e6bcc655 (patch)
tree42d5c98dee3bd027a1ff8e7c4f7e43079dfc38fc /mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh
parent346f8a6f7afca150d0efb7fa035cc5b8453c2b5f (diff)
downloadmarcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.gz
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.bz2
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.lz
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.xz
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.zst
marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.zip
- Add thunderbird-devel using Makefile.common
- Use system libm/nspr/nss git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh
new file mode 100644
index 000000000..28bbd1a11
--- /dev/null
+++ b/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh
@@ -0,0 +1,11 @@
+--- build/unix/run-mozilla.sh.orig Mon Dec 15 18:27:28 2003
++++ build/unix/run-mozilla.sh Fri Feb 27 11:54:10 2004
+@@ -355,7 +355,7 @@
+ fi
+ ##
+ ## 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"}
+ if [ -n "$LD_LIBRARYN32_PATH" ]
+ then
+ LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"}