diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-11 00:04:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-11 00:04:31 +0000 |
commit | e4108127d5e2e843fd7ef5138db4d103f5ab5e2a (patch) | |
tree | 3598272f9822e2bef35e6f0a797db0c91aa55feb /palm/coldsync | |
parent | 5538f31e013669fe39ccff975bbbf82bd6814c29 (diff) | |
download | ports-e4108127d5e2e843fd7ef5138db4d103f5ab5e2a.tar.gz ports-e4108127d5e2e843fd7ef5138db4d103f5ab5e2a.zip |
Notes
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 |