svn commit: r303748 - head/graphics/mesa-demos
Mark Linimon
linimon at FreeBSD.org
Thu Sep 6 08:46:26 UTC 2012
Author: linimon
Date: Thu Sep 6 08:46:25 2012
New Revision: 303748
URL: http://svn.freebsd.org/changeset/ports/303748
Log:
Anton notes that this does build on ia64.
Modified:
head/graphics/mesa-demos/Makefile
Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile Thu Sep 6 07:28:21 2012 (r303747)
+++ head/graphics/mesa-demos/Makefile Thu Sep 6 08:46:25 2012 (r303748)
@@ -85,8 +85,8 @@ CFLAGS+= -DWITH_NVIDIA_GL=1
ARCH!= uname -p
.endif
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
+.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on powerpc, or sparc64
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list