summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-01-29 13:42:43 +0000
committerDan Armak <danarmak@gentoo.org>2005-01-29 13:42:43 +0000
commit4dae0cf9c2d0306348a57b0efec90932b85584b0 (patch)
treee775c838139f0947d3d618ca8479943ecc89b6f1 /eclass/kde.eclass
parenttemp fix for bug 78720 (broken visibility-inlines on amd64), which seds acinc... (diff)
downloadgentoo-2-4dae0cf9c2d0306348a57b0efec90932b85584b0.tar.gz
gentoo-2-4dae0cf9c2d0306348a57b0efec90932b85584b0.tar.bz2
gentoo-2-4dae0cf9c2d0306348a57b0efec90932b85584b0.zip
oops oops - only enable the previous commit's sed on amd64. (although the incorrect revision is harmless also.)
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index ff05e6cecfe1..54e31a92f3c3 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.109 2005/01/29 13:41:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.110 2005/01/29 13:42:43 danarmak Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -56,12 +56,12 @@ kde_src_unpack() {
# temp fix for bug #78720, until the real bug in gcc gets fixed
# briefly, -fvisibility-inlines-hidden is broken on amd64
# this only applies to kde 3.4. the grep prevents us from removing configure unnecessarily.
-# if useq amd64; then
+ if useq amd64; then
if grep -- '-fvisibility=hidden -fvisibility-inlines-hidden' admin/acinclude.m4.in >/dev/null; then
sed -i -e 's:-fvisibility=hidden -fvisibility-inlines-hidden:-fvisibility=hidden:' admin/acinclude.m4.in
rm -f configure
fi
-# fi
+ fi
}
kde_src_compile() {