Only test MACHINE_CPU if it is set.

This commit is contained in:
Koop Mast 2014-02-04 19:56:00 +00:00
parent c39bb07151
commit acb9930082
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342600

View file

@ -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