aboutsummaryrefslogtreecommitdiff
path: root/net/hostapd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-08-10 09:13:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-08-10 09:13:47 +0000
commit9a20c615464122be4e0290d19ffecb5bacc0994e (patch)
treec199106476116f9d8ad1cd1cced91c4d301a1a49 /net/hostapd
parent1c62316060723247b3b478594cb23a2b767198f8 (diff)
downloadports-9a20c615464122be4e0290d19ffecb5bacc0994e.tar.gz
ports-9a20c615464122be4e0290d19ffecb5bacc0994e.zip
Notes
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>