diff options
Diffstat (limited to 'app-office/kmymoney2/kmymoney2-0.7.3.ebuild')
-rw-r--r-- | app-office/kmymoney2/kmymoney2-0.7.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-office/kmymoney2/kmymoney2-0.7.3.ebuild b/app-office/kmymoney2/kmymoney2-0.7.3.ebuild index d1d8dc408326..1afb6a45cb9f 100644 --- a/app-office/kmymoney2/kmymoney2-0.7.3.ebuild +++ b/app-office/kmymoney2/kmymoney2-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.7.3.ebuild,v 1.1 2005/07/10 09:40:53 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.7.3.ebuild,v 1.2 2005/07/10 21:30:27 greg_g Exp $ inherit kde @@ -25,15 +25,15 @@ need-kde 3.2 # (needs cppunit in DEPEND) src_unpack() { - # override kde_src_unpack to keep visibility support: - # regenerating the configure script is too error-prone - # with this package, which uses a lot of custom macros - # in acinclude.m4. - + # override kde_src_unpack and remove visibility support manually: + # regenerating the configure script is too error-prone with this + # package, which uses a lot of custom macros in acinclude.m4. unpack ${A} } src_compile() { + export kde_cv_prog_cxx_fvisibility_hidden=no + local myconf="$(use_enable ofx ofxplugin) --disable-kbanking --disable-cppunit" |