=================================================================== RCS file: /cvs/ports/games/ufoai/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/games/ufoai/Attic/Makefile 2009/06/19 09:20:22 1.4 +++ ports/games/ufoai/Attic/Makefile 2009/07/07 14:28:40 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/06/19 08:20:22 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2009/07/07 13:28:40 yason Exp $ # $FreeBSD: ports/games/ufoai/Makefile,v 1.13 2009/03/20 23:34:24 acm Exp $ COMMENT = squad-based tactical strategy game @@ -36,6 +36,9 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS += --enable-release=yes +.if ${MACHINE_ARCH} == "amd64" +CONFIGURE_ARGS += --enable-mmx=yes +.endif CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -pthread"