summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-11-20 15:58:09 +0000
committerAron Griffis <agriffis@gentoo.org>2003-11-20 15:58:09 +0000
commitf6453c3fb4df396931a0289626b794f39c2aa311 (patch)
tree7dd49c236597c9e386f0895c986411d3b277015e /net-www/mozilla
parentstable on alpha (diff)
downloadgentoo-2-f6453c3fb4df396931a0289626b794f39c2aa311.tar.gz
gentoo-2-f6453c3fb4df396931a0289626b794f39c2aa311.tar.bz2
gentoo-2-f6453c3fb4df396931a0289626b794f39c2aa311.zip
fix alpha/ia64 CFLAGS handling
Diffstat (limited to 'net-www/mozilla')
-rw-r--r--net-www/mozilla/ChangeLog5
-rw-r--r--net-www/mozilla/Manifest4
-rw-r--r--net-www/mozilla/mozilla-1.5-r1.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index b33513270351..66013e369cbd 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mozilla
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.131 2003/11/18 23:19:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.132 2003/11/20 15:58:05 agriffis Exp $
+
+ 20 Nov 2003; Aron Griffis <agriffis@gentoo.org> mozilla-1.5-r1.ebuild:
+ Minor fix to alpha/ia64 CFLAGS handling
18 Nov 2003; Aron Griffis <agriffis@gentoo.org> mozilla-1.5-r1.ebuild:
Merge arch-specific CFLAGS into a single case statement. Make it work for ia64
diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest
index 779ec2038f05..55aba5edc7f0 100644
--- a/net-www/mozilla/Manifest
+++ b/net-www/mozilla/Manifest
@@ -1,5 +1,5 @@
-MD5 625f22a267589abbcf7ee668f9730e23 ChangeLog 23034
-MD5 53c9efaf22e361446531abe063968f5a mozilla-1.5-r1.ebuild 16897
+MD5 cbe48e882fc0216f4eca8568ebbbbb7d ChangeLog 23150
+MD5 5d2740bf164e0ab51ce102dff6c549e4 mozilla-1.5-r1.ebuild 16907
MD5 b8036fc580046725c243d8faf9753808 mozilla-1.4-r3.ebuild 16729
MD5 ae6f8c3a96767d491dd65c111d6340cc mozilla-1.4-r4.ebuild 17265
MD5 3d428c2cf97c36c769ff7ac419996aa5 mozilla-1.3-r2.ebuild 16750
diff --git a/net-www/mozilla/mozilla-1.5-r1.ebuild b/net-www/mozilla/mozilla-1.5-r1.ebuild
index 15ce66ae1ac1..7c00b66af88a 100644
--- a/net-www/mozilla/mozilla-1.5-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5-r1.ebuild,v 1.3 2003/11/18 23:19:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5-r1.ebuild,v 1.4 2003/11/20 15:58:05 agriffis Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug"
# Internal USE flags that I do not really want to advertise ...
@@ -22,9 +22,9 @@ append-flags -s -fforce-addr
case "${ARCH}" in
alpha|ia64)
# Anything more than this causes segfaults on startup on 64-bit
- # (but 33767)
- export CFLAGS="${CFLAGS//-O?/-O} -Wall -fPIC -pipe"
- export CXXFLAGS="${CXXFLAGS//-O?/-O} -Wall -fPIC -pipe"
+ # (bug 33767)
+ export CFLAGS="${CFLAGS//-O[1-9s]/-O} -Wall -fPIC -pipe"
+ export CXXFLAGS="${CXXFLAGS//-O[1-9s]/-O} -Wall -fPIC -pipe"
;;
amd64)
# Anything more than this causes segfaults on startup on amd64