aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-12-04 13:59:04 +0800
committerlinimon <linimon@FreeBSD.org>2009-12-04 13:59:04 +0800
commit89a16ea2b860d7453de6222d45c13c2ed2499cad (patch)
tree2f32eaa27af41b6297a616e36b95e5cd6e09909d /net
parent5b2c59ef69669f09d38f52589584f6eb427f7fcd (diff)
downloadfreebsd-ports-gnome-89a16ea2b860d7453de6222d45c13c2ed2499cad.tar.gz
freebsd-ports-gnome-89a16ea2b860d7453de6222d45c13c2ed2499cad.tar.zst
freebsd-ports-gnome-89a16ea2b860d7453de6222d45c13c2ed2499cad.zip
Mark as broken on sparc64: includes i386 asm.
Diffstat (limited to 'net')
-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>