aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-02-04 19:56:00 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-02-04 19:56:00 +0000
commitacb99300829514d4829af6c9677828e772dcbdcf (patch)
treeda45fbb189955ac5be59472a36e51234e150e915 /audio/speex
parentc39bb071515e6767f2490c94f885440bfaffbced (diff)
downloadports-acb99300829514d4829af6c9677828e772dcbdcf.tar.gz
ports-acb99300829514d4829af6c9677828e772dcbdcf.zip
Only test MACHINE_CPU if it is set.
Notes
Notes: svn path=/head/; revision=342600
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index bedf941550a1..b64fea929bb9 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${MACHINE_CPU:Msse}!=""
+.if defined(MACHONE_CPU) && ${MACHINE_CPU:Msse}!=""
CONFIGURE_ARGS+= --enable-sse
.endif