Index: kde.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v retrieving revision 1.133 diff -u -B -r1.133 kde.eclass --- kde.eclass 25 Sep 2005 21:03:59 -0000 1.133 +++ kde.eclass 27 Sep 2005 10:10:18 -0000 @@ -59,13 +59,6 @@ debug-print "$FUNCNAME: touching .ui files..." touch $UIFILES fi - - # Visiblity stuff *IS* broken. Just disable it when it's present. - # DON'T make this version-dependent, it's NOT version dependant. - 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 } kde_src_compile() { @@ -141,6 +134,9 @@ cd $S + # Visiblity stuff is broken. Just disable it when it's present. + export kde_cv_prog_cxx_fvisibility_hidden=no + # If we're not a kde-base ebuild, then set up the /usr directories properly # Perhaps this could get changed later to use econf instead? if [[ $PREFIX = "/usr" ]]; then