Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b905ebcba21f71a4f752782ee89603fb66c819d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b905ebcba21f71a4f752782ee89603fb66c819d2)
  • Date: Sun, 2 Jan 2011 16:18:24 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/PRE_BUILD | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit b905ebcba21f71a4f752782ee89603fb66c819d2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: adopt dirty hacks

diff --git a/http/seamonkey/PRE_BUILD b/http/seamonkey/PRE_BUILD
index d3cf3c6..dea446d 100755
--- a/http/seamonkey/PRE_BUILD
+++ b/http/seamonkey/PRE_BUILD
@@ -8,31 +8,31 @@ cp -v $SPELL_DIRECTORY/blfs-mozconfig .mozconfig &&
#cp -v $SPELL_DIRECTORY/blfs-mozconfig mozilla/.mozconfig &&

if [[ "$SEAMONKEY_CAIRO" == "y" ]]; then
- sed -i '85iac_add_options --enable-system-cairo' .mozconfig
+ sed -i '78iac_add_options --enable-system-cairo' .mozconfig
else
- sed -i '85iac_add_options --disable-system-cairo' .mozconfig
+ sed -i '78iac_add_options --disable-system-cairo' .mozconfig
fi &&

if [[ "$SEAMONKEY_MAILNEWS" == "n" ]]; then
- sed -i '85iac_add_options --disable-mailnews' .mozconfig
+ sed -i '78iac_add_options --disable-mailnews' .mozconfig
fi &&

if [[ "$SEAMONKEY_COMPOSER" == "n" ]]; then
- sed -i '85iac_add_options --disable-composer' .mozconfig
+ sed -i '78iac_add_options --disable-composer' .mozconfig
fi &&

if [[ "$SEAMONKEY_JS" == "y" ]]; then
- sed -i '85iac_add_options --enable-xpctools' .mozconfig
+ sed -i '78iac_add_options --enable-xpctools' .mozconfig
else
- sed -i '85iac_add_options --disable-xpctools' .mozconfig
+ sed -i '78iac_add_options --disable-xpctools' .mozconfig
fi &&

if [[ "$SEAMONKEY_XINERAMA" == "y" ]]; then
- sed -i '85iac_add_options --enable-xinerama' .mozconfig
+ sed -i '78iac_add_options --enable-xinerama' .mozconfig
fi &&

if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
- sed -i '85iac_add_options --enable-pango' .mozconfig
+ sed -i '78iac_add_options --enable-pango' .mozconfig
fi

echo "ac_add_options --disable-crashreporter" >> .mozconfig



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b905ebcba21f71a4f752782ee89603fb66c819d2), Vlad Glagolev, 01/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page