diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 18:57:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 18:57:39 +0000 |
commit | 864fb5897da48f99f0208c2fae1e88b26827b5e7 (patch) | |
tree | ce210a0aa0beb1184fb6610922d5463dc42e1bab /comms/obexapp/Makefile | |
parent | 48a08d79b79a7dc1fefa79492d8f90b2683d574f (diff) |
Notes
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index b4e60a3421d0..63a344e0f2b3 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -33,8 +33,8 @@ IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd) ONLY_FOR_ARCHS= i386 .endif -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !x86" .endif .include <bsd.port.post.mk> |