Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7010e418ab40609be4886de267fa336abc951471)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7010e418ab40609be4886de267fa336abc951471)
  • Date: Sun, 29 Apr 2007 13:27:46 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

mail/thunderbird/DEPENDS | 3 ++-
mail/thunderbird/HISTORY | 4 ++++
mail/thunderbird/PRE_BUILD | 3 ++-
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 7010e418ab40609be4886de267fa336abc951471
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

thunderbird: fix it for ppc like firefox

diff --git a/mail/thunderbird/DEPENDS b/mail/thunderbird/DEPENDS
index b2ae98c..1e8de52 100755
--- a/mail/thunderbird/DEPENDS
+++ b/mail/thunderbird/DEPENDS
@@ -11,7 +11,8 @@ depends zip
&&
depends gtk+2
\
'--enable-xft --disable-freetype2 --enable-default-toolkit=gtk2'
&&
# copy/paste from firefox
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]] ||
+ [[ "${SMGL_COMPAT_ARCHS[1]}" == "ppc" ]]; then
#need this bad boy to rebuild the ./configure so it works
depends autoconf-2.13
fi &&
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index db72a0c..fc0d2dc 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,7 @@
+2007-04-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, PRE_BUILD: also fix ppc build by applying the
+ visibility patch, like firefox
+
2007-04-25 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Disable -ffast-math in flags as it breaks plugins
(they'll try to install, but never finish, much less run)
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index ee31259..c3dc65e 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -10,7 +10,8 @@ fi &&

# apply visibility fix patch for amd64.
# this is a copy/paste from firefox
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]] ||
+ [[ "${SMGL_COMPAT_ARCHS[1]}" == "ppc" ]]; then
cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/visibility.patch &&
# regenerate the ./configure using the right version of autoconf



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7010e418ab40609be4886de267fa336abc951471), Thomas Orgis, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page