aboutsummaryrefslogtreecommitdiff
path: root/devel/csmith
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
commitf12a5af99738c5338803804fb0022386f48687b9 (patch)
tree6601f032733d5e647eaaa653a73f5bd5096b777c /devel/csmith
parent4d3a4412c360cc926b470de73754e700e674e521 (diff)
downloadports-f12a5af99738c5338803804fb0022386f48687b9.tar.gz
ports-f12a5af99738c5338803804fb0022386f48687b9.zip
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r--devel/csmith/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index d832fdf1758f..8c99b178734c 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -24,4 +24,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64 (includes i386 asm)
+.endif
+
+.include <bsd.port.post.mk>