diff options
author | 2006-09-06 23:17:44 +0000 | |
---|---|---|
committer | 2006-09-06 23:17:44 +0000 | |
commit | 617f2e0b146b6573cdbbb6611aec284376dbd33a (patch) | |
tree | fb30998a0970c1b9c687ef06d91d96690dbdcf82 /net-p2p/mute/mute-0.5.ebuild | |
parent | media-sound/podcatcher: Version bump. (diff) | |
download | sunrise-617f2e0b146b6573cdbbb6611aec284376dbd33a.tar.gz sunrise-617f2e0b146b6573cdbbb6611aec284376dbd33a.tar.bz2 sunrise-617f2e0b146b6573cdbbb6611aec284376dbd33a.zip |
net-p2p/mute: add comment
svn path=/sunrise/; revision=1166
Diffstat (limited to 'net-p2p/mute/mute-0.5.ebuild')
-rw-r--r-- | net-p2p/mute/mute-0.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/mute/mute-0.5.ebuild b/net-p2p/mute/mute-0.5.ebuild index e6b2f05fe..ff8d334de 100644 --- a/net-p2p/mute/mute-0.5.ebuild +++ b/net-p2p/mute/mute-0.5.ebuild @@ -36,9 +36,11 @@ src_compile() { export WX_GTK_VER=2.6 need-wxwidgets gtk2 || die + # not an autotools configure cd "${S}/MUTE" ./configure >/dev/null + # break the crypto at startup filter-flags -fomit-frame-pointer emake GXX=$(tc-getCXX) || die "emake failed" |