summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-05-26 22:02:04 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-05-26 22:02:04 +0000
commitf7de292fc711206193fda2296ff82b6571023ebb (patch)
treec6c1cdae2848a51e334d1bda5eb389af5275b972 /eclass/kde.eclass
parentAdded patch to compile on Gentoo/FreeBSD. Closes bug #94038. (diff)
downloadgentoo-2-f7de292fc711206193fda2296ff82b6571023ebb.tar.gz
gentoo-2-f7de292fc711206193fda2296ff82b6571023ebb.tar.bz2
gentoo-2-f7de292fc711206193fda2296ff82b6571023ebb.zip
Correct previous patches for bug #86898 to avoid regenerating the configure script in every case.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 9a726757ddec..6d3741e9a34b 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.119 2005/05/25 19:52:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.120 2005/05/26 22:02:04 greg_g Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -64,7 +64,7 @@ kde_src_unpack() {
# Visiblity stuff is way broken! Just disable it when it's present
# until upstream finds a way to have it working right.
- if grep HAVE_GCC_VISIBILITY configure &> /dev/null || ! [[ -f configure ]]; then
+ if grep KDE_ENABLE_HIDDEN_VISIBILITY configure.in &> /dev/null || ! [[ -f configure ]]; then
find ${S} -name configure.in.in | xargs sed -i -e 's:KDE_ENABLE_HIDDEN_VISIBILITY::g'
rm -f configure
fi