diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-28 01:14:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-28 01:14:52 +0000 |
commit | 68e3c7d8e1336ebc30ea81f1604d4615efed5aee (patch) | |
tree | 49791b022cb415ec439de7592217e20ea487db02 /mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh | |
parent | [PATCH] ports/emulators/fmsx is outdated, update supplied (diff) |
* Update to 0.5
* Fix a potential hang with esound
* Fix some potential pthread issues
* Add more platform compatibility patches
* Fix libiconv support
* Pull in some patches from firefox to shorten the plist some
Special thanks to ale for getting a clean source tarball and hosting it. For
the details on what's new in the release, please see:
http://www.mozilla.org/projects/thunderbird/release-notes.html
Notes
Notes:
svn path=/head/; revision=102336
Diffstat (limited to 'mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh')
-rw-r--r-- | mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh index e7b80ed29c53..72a40e1f9ec4 100644 --- a/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh +++ b/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh @@ -1,5 +1,5 @@ ---- build/unix/run-mozilla.sh.orig Fri Apr 18 23:12:28 2003 -+++ build/unix/run-mozilla.sh Sat May 31 19:03:29 2003 +--- 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 ## @@ -9,16 +9,7 @@ if [ -n "$LD_LIBRARYN32_PATH" ] then LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -402,7 +402,7 @@ - fi - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -445,6 +445,9 @@ +@@ -442,6 +442,9 @@ # export MOZILLA_FIVE_HOME LD_LIBRARY_PATH export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH |