diff options
Diffstat (limited to 'comms/xastir/Makefile')
-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} |