aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index d9da27153c58..deb90f4b4b6c 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -35,6 +35,10 @@ OPTIONS= SQLITE "Use SQLite for storing pre-computed key tables" off
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: missing byteorder.h
+.endif
+
.if defined(WITH_SQLITE)
USE_SQLITE= yes
MAKE_ARGS+= SQLITE=true