summaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authorcube <cube>2004-07-12 19:08:03 +0000
committercube <cube>2004-07-12 19:08:03 +0000
commit7c74cb1086822546bc9a8c73244227a19a18b0c6 (patch)
treef952b48b7df0b96a3c111badcc08cf262874a806 /x11/eterm
parent8b4788a1610d9760ea1f529a8d49c7756a19c8ee (diff)
downloadpkgsrc-7c74cb1086822546bc9a8c73244227a19a18b0c6.tar.gz
Always register USE_MMX as a BUILD_DEF, and test against [Yy][Ee][Ss], as
everywhere else. About PR 26243.
Diffstat (limited to 'x11/eterm')
-rw-r--r--x11/eterm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 1288c581f38..90d5bcfe5e3 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/02/14 17:21:55 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2004/07/12 19:08:03 cube Exp $
#
DISTNAME= Eterm-0.9.2
@@ -45,9 +45,9 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/themes
SPECIAL_PERMS= ${PREFIX}/bin/Eterm ${SETUID_ROOT_PERMS}
.endif
-.if ${MACHINE_ARCH} == "i386" && ${USE_MMX} != "NO"
-CONFIGURE_ARGS+= --enable-mmx
BUILD_DEFS+= USE_MMX
+.if ${MACHINE_ARCH} == "i386" && !empty(USE_MMX:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-mmx
.endif
post-extract: