svn commit: r387283 - head/devel/sdl20
Jan Beich
jbeich at FreeBSD.org
Mon May 25 03:07:16 UTC 2015
Tijl Coosemans <tijl at FreeBSD.org> writes:
> +.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx}
> +CONFIGURE_ARGS+= --enable-mmx
> +.else
> +CONFIGURE_ARGS+= --disable-mmx
> +.endif
Why not use smth like the following instead ?
OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150524/b1f37fa0/attachment.sig>
More information about the svn-ports-head
mailing list