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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index e434e586c94e..0091e8b4c4f8 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -39,6 +39,9 @@ OPTIONS= SQLITE "Use SQLite for storing pre-computed key tables" off
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
+BROKEN= Does not compile on sparc64-9
+.endif
.if defined(WITH_SQLITE)
USE_SQLITE= yes