summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/files/patch-build_unix_run-mozilla.sh
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-18 04:51:04 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-18 04:51:04 +0800
commit4bca1cbb50ad3328bfffdc465877e64e2118e6a0 (patch)
tree4b9a32187f973330c3cdeca982eaac887019c434 /mail/thunderbird/files/patch-build_unix_run-mozilla.sh
parentde879b62a46e428ff9367fcb7ad81620a77d690c (diff)
downloadmarcuscom-ports-4bca1cbb50ad3328bfffdc465877e64e2118e6a0.tar.gz
marcuscom-ports-4bca1cbb50ad3328bfffdc465877e64e2118e6a0.tar.zst
marcuscom-ports-4bca1cbb50ad3328bfffdc465877e64e2118e6a0.zip
- Remove thunderbird in preps for thunderbird-devel
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/files/patch-build_unix_run-mozilla.sh')
-rw-r--r--mail/thunderbird/files/patch-build_unix_run-mozilla.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/thunderbird/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird/files/patch-build_unix_run-mozilla.sh
deleted file mode 100644
index 28bbd1a11..000000000
--- a/mail/thunderbird/files/patch-build_unix_run-mozilla.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"}