aboutsummaryrefslogtreecommitdiffstats
path: root/net/hostapd
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-08-10 17:13:47 +0800
committerlinimon <linimon@FreeBSD.org>2011-08-10 17:13:47 +0800
commitfdc2688629d21603c17faffe2e855f0410cd16a1 (patch)
tree05b5017ea96574eb7fed4c51ae5f5d394019081e /net/hostapd
parent8bcd2d61a2e4a16b65cace2ca6db21e131de3c1a (diff)
downloadfreebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.tar.gz
freebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.tar.zst
freebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.zip
Mark as broken on sparc64: does not compile.
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>