summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-06-24 15:57:07 +0000
committerJakub Moc <jakub@gentoo.org>2007-06-24 15:57:07 +0000
commit21db7e00aa985136ed671d409e41a27d2f1e252c (patch)
tree70564469d75ceffab7b7e2c568bb9a8741258ae9 /net-p2p/mute/mute-0.5.ebuild
parentnet-misc/clinkcc: Fix up dependencies (diff)
downloadsunrise-21db7e00aa985136ed671d409e41a27d2f1e252c.tar.gz
sunrise-21db7e00aa985136ed671d409e41a27d2f1e252c.tar.bz2
sunrise-21db7e00aa985136ed671d409e41a27d2f1e252c.zip
net-p2p/mute: Fix broken USE=wxwindows handling
svn path=/sunrise/; revision=4060
Diffstat (limited to 'net-p2p/mute/mute-0.5.ebuild')
-rw-r--r--net-p2p/mute/mute-0.5.ebuild5
1 files changed, 2 insertions, 3 deletions
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"