diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-10 17:13:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-10 17:13:47 +0800 |
commit | fdc2688629d21603c17faffe2e855f0410cd16a1 (patch) | |
tree | 05b5017ea96574eb7fed4c51ae5f5d394019081e | |
parent | 8bcd2d61a2e4a16b65cace2ca6db21e131de3c1a (diff) | |
download | freebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.tar.gz freebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.tar.zst freebsd-ports-gnome-fdc2688629d21603c17faffe2e855f0410cd16a1.zip |
Mark as broken on sparc64: does not compile.
-rw-r--r-- | net/hostapd/Makefile | 8 |
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> |