diff options
author | kris <kris@FreeBSD.org> | 2004-06-11 08:04:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-11 08:04:31 +0800 |
commit | 1158fac2e3007d8d2e158018eaa54769c1c0024a (patch) | |
tree | cd6d48e83e4e6f0f5792ddc62c98a8b0a4ae7c6e /palm | |
parent | f1af82713b8cda679d58096a9ef7d76f351fda24 (diff) | |
download | freebsd-ports-gnome-1158fac2e3007d8d2e158018eaa54769c1c0024a.tar.gz freebsd-ports-gnome-1158fac2e3007d8d2e158018eaa54769c1c0024a.tar.zst freebsd-ports-gnome-1158fac2e3007d8d2e158018eaa54769c1c0024a.zip |
BROKEN on sparc64: Fails to link
Diffstat (limited to 'palm')
-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 |