diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 979c826..639a6dc 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -32,4 +32,8 @@ IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd) ONLY_FOR_ARCHS= i386 .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .include <bsd.port.post.mk> |