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
commit8794d617e2922643b321dc6840735a061a9331e7 (patch)
treef3448e7467fe78c6cb175a9897c5aca820bd788d /eclass/kde-meta.eclass
parentAdded patch to compile on Gentoo/FreeBSD. Closes bug #94038. (diff)
downloadhistorical-8794d617e2922643b321dc6840735a061a9331e7.tar.gz
historical-8794d617e2922643b321dc6840735a061a9331e7.tar.bz2
historical-8794d617e2922643b321dc6840735a061a9331e7.zip
Correct previous patches for bug #86898 to avoid regenerating the configure script in every case.
Diffstat (limited to 'eclass/kde-meta.eclass')
-rw-r--r--eclass/kde-meta.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index 88ab7cb1c712..90d9abedc95f 100644
--- a/eclass/kde-meta.eclass
+++ b/eclass/kde-meta.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-meta.eclass,v 1.33 2005/05/25 19:52:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.34 2005/05/26 22:02:04 greg_g Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <motaboy@gentoo.org>
@@ -349,7 +349,7 @@ function kde-meta_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