aboutsummaryrefslogtreecommitdiff
path: root/net/hostapd
diff options
context:
space:
mode:
Diffstat (limited to 'net/hostapd')
-rw-r--r--net/hostapd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile
index 1c89db1d8760..3c0a31bcbfb3 100644
--- a/net/hostapd/Makefile
+++ b/net/hostapd/Makefile
@@ -40,4 +40,10 @@ PLIST_FILES= sbin/hostapd \
LICENSE= GPLv1 BSD
LICENSE_COMB= dual
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>