From 21db7e00aa985136ed671d409e41a27d2f1e252c Mon Sep 17 00:00:00 2001 From: Jakub Moc Date: Sun, 24 Jun 2007 15:57:07 +0000 Subject: net-p2p/mute: Fix broken USE=wxwindows handling svn path=/sunrise/; revision=4060 --- net-p2p/mute/mute-0.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-p2p/mute/mute-0.5.ebuild') diff --git a/net-p2p/mute/mute-0.5.ebuild b/net-p2p/mute/mute-0.5.ebuild index 8faeb332d..cfb0b922d 100644 --- a/net-p2p/mute/mute-0.5.ebuild +++ b/net-p2p/mute/mute-0.5.ebuild @@ -34,9 +34,6 @@ src_unpack() { } src_compile() { - export WX_GTK_VER=2.6 - need-wxwidgets gtk2 || die - # not an autotools configure cd "${S}/MUTE" ./configure >/dev/null || die "configure failed" @@ -47,6 +44,8 @@ src_compile() { emake GXX=$(tc-getCXX) CRYPTO_LIB="/usr/$(get_libdir)/libcrypto++.a" || die "emake failed" if use wxwindows; then + export WX_GTK_VER=2.6 + need-wxwidgets gtk2 || die cd "${S}/MUTE/otherApps/fileSharing/userInterface/wxWindows" emake GXX="$(tc-getCXX)" WX_CONFIG="${WX_CONFIG}" \ CRYPTO_LIB="/usr/$(get_libdir)/libcrypto++.a" || die "emake failed" -- cgit v1.2.3-18-g5258