aboutsummaryrefslogtreecommitdiff
path: root/net/opendpi
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-12-04 05:59:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-12-04 05:59:04 +0000
commit9c696ebc3e26f8d042b9019c615c669d3ac75bd3 (patch)
tree02b8be1629efaa832b70f7f16ced624f926df9c5 /net/opendpi
parent6129d7a02cf3620c6e401d79a66bf3a44fa0f942 (diff)
downloadports-9c696ebc3e26f8d042b9019c615c669d3ac75bd3.tar.gz
ports-9c696ebc3e26f8d042b9019c615c669d3ac75bd3.zip
Mark as broken on sparc64: includes i386 asm.
Notes
Notes: svn path=/head/; revision=245181
Diffstat (limited to 'net/opendpi')
-rw-r--r--net/opendpi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile
index 9c81c0431606..de0eaacc918b 100644
--- a/net/opendpi/Makefile
+++ b/net/opendpi/Makefile
@@ -15,4 +15,10 @@ COMMENT= An open source deep packet inspection engine
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: includes i386 assembler
+.endif
+
+.include <bsd.port.post.mk>