diff options
Diffstat (limited to 'palm/coldsync')
-rw-r--r-- | palm/coldsync/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 83949d638382..698d554add70 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -45,6 +45,10 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Fails to link on sparc64" +.endif + CFLAGS+= -D__BSD_VISIBLE=1 CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl |