svn commit: r303898 - head/devel/csmith

Eitan Adler eadler at FreeBSD.org
Sat Sep 8 12:12:06 UTC 2012


Author: eadler
Date: Sat Sep  8 12:12:06 2012
New Revision: 303898
URL: http://svn.freebsd.org/changeset/ports/303898

Log:
  This will never work on a non-intel cpu

Modified:
  head/devel/csmith/Makefile

Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile	Sat Sep  8 12:05:34 2012	(r303897)
+++ head/devel/csmith/Makefile	Sat Sep  8 12:12:06 2012	(r303898)
@@ -26,8 +26,6 @@ MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64 (includes i386 asm)
-.endif
+ONLY_FOR_ARCHS=	i386 amd64
 
 .include <bsd.port.post.mk>



More information about the svn-ports-all mailing list