diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:09:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:09:55 +0000 |
commit | 399b11d91b691db64547911876c048c4928737f8 (patch) | |
tree | 011f26419b465a2394954c4df9399fdb9208317f /comms | |
parent | b5f04ce7cba1cf722bf69c5f8036f576bb2bc385 (diff) | |
download | ports-399b11d91b691db64547911876c048c4928737f8.tar.gz ports-399b11d91b691db64547911876c048c4928737f8.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xastir/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index e6ebadfedf68..7433557a00ac 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -145,6 +145,10 @@ WITH_OPTCFLAGS= true CFLAGS+= -O2 -pipe .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-install: @${CAT} ${PKGMESSAGE} |