Index: kde-meta.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v retrieving revision 1.33 diff -u -B -r1.33 kde-meta.eclass --- kde-meta.eclass 25 May 2005 19:52:35 -0000 1.33 +++ kde-meta.eclass 26 May 2005 13:28:18 -0000 @@ -349,7 +349,7 @@ # 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 Index: kde.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v retrieving revision 1.119 diff -u -B -r1.119 kde.eclass --- kde.eclass 25 May 2005 19:52:35 -0000 1.119 +++ kde.eclass 26 May 2005 13:28:19 -0000 @@ -64,7 +64,7 @@ # 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