svn commit: r314437 - head/science/libctl
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 17 14:02:34 UTC 2013
Author: bdrewery
Date: Sun Mar 17 14:02:34 2013
New Revision: 314437
URL: http://svnweb.freebsd.org/changeset/ports/314437
Log:
Unbreak on i386; builds fine.
Reported by: John Marino <draco at marino.st>
Modified:
head/science/libctl/Makefile
Modified: head/science/libctl/Makefile
==============================================================================
--- head/science/libctl/Makefile Sun Mar 17 13:55:04 2013 (r314436)
+++ head/science/libctl/Makefile Sun Mar 17 14:02:34 2013 (r314437)
@@ -25,7 +25,7 @@ MAN1= gen-ctl-io.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
+.if ${ARCH} == "sparc64"
BROKEN= Does not compile on i386 or sparc64
.endif
More information about the svn-ports-head
mailing list