svn commit: r342600 - head/audio/speex

Koop Mast kwm at FreeBSD.org
Tue Feb 4 19:56:01 UTC 2014


Author: kwm
Date: Tue Feb  4 19:56:00 2014
New Revision: 342600
URL: http://svnweb.freebsd.org/changeset/ports/342600
QAT: https://qat.redports.org/buildarchive/r342600/

Log:
  Only test MACHINE_CPU if it is set.

Modified:
  head/audio/speex/Makefile

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Tue Feb  4 19:39:04 2014	(r342599)
+++ head/audio/speex/Makefile	Tue Feb  4 19:56:00 2014	(r342600)
@@ -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
 


More information about the svn-ports-all mailing list