diff options
author | 2006-09-06 20:43:33 +0000 | |
---|---|---|
committer | 2006-09-06 20:43:33 +0000 | |
commit | 121e0179ce8b83bbc5aaaa73f894b368f2ae9cb5 (patch) | |
tree | 6c2344168fc33ce8db2f758196cdbf2c308198b6 /net-p2p/mute/mute-0.5.ebuild | |
parent | x11-misc/dmenu: Version bump (diff) | |
download | sunrise-121e0179ce8b83bbc5aaaa73f894b368f2ae9cb5.tar.gz sunrise-121e0179ce8b83bbc5aaaa73f894b368f2ae9cb5.tar.bz2 sunrise-121e0179ce8b83bbc5aaaa73f894b368f2ae9cb5.zip |
net-p2p/mute: fix whitespace, please comment econf-configure
svn path=/sunrise/; revision=1160
Diffstat (limited to 'net-p2p/mute/mute-0.5.ebuild')
-rw-r--r-- | net-p2p/mute/mute-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mute/mute-0.5.ebuild b/net-p2p/mute/mute-0.5.ebuild index c761aabaf..e6b2f05fe 100644 --- a/net-p2p/mute/mute-0.5.ebuild +++ b/net-p2p/mute/mute-0.5.ebuild @@ -40,11 +40,11 @@ src_compile() { ./configure >/dev/null filter-flags -fomit-frame-pointer - + emake GXX=$(tc-getCXX) || die "emake failed" if use wxwindows; then - cd "${S}/MUTE/otherApps/fileSharing/userInterface/wxWindows" + cd "${S}/MUTE/otherApps/fileSharing/userInterface/wxWindows" emake GXX="$(tc-getCXX)" WX_CONFIG="${WX_CONFIG}" || die "emake failed" fi } |