summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.5.25.ebuild')
-rw-r--r--x11-wm/fvwm/fvwm-2.5.25.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.25.ebuild b/x11-wm/fvwm/fvwm-2.5.25.ebuild
index 7ea553e..4990680 100644
--- a/x11-wm/fvwm/fvwm-2.5.25.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.25.ebuild
@@ -89,10 +89,10 @@ src_compile() {
# Non-upstream email where bugs should be sent; used in fvwm-bug.
export FVWM_BUGADDR="desktop-wm@gentoo.org"
- # reccommended by upstream
+ # Recommended by upstream.
append-flags -fno-strict-aliasing
- # signed chars are required
+ # Signed chars are required.
use ppc && append-flags -fsigned-char
econf ${myconf} \
@@ -116,7 +116,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
if use perl; then