diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 20:43:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 20:43:44 +0800 |
commit | e66c1b07c831cb87d448cd0bc8e52024cc04687a (patch) | |
tree | ca47257a035777a57dd751c990908314cc308596 /palm/synce-vdccm | |
parent | 3ee284008ae6a24c2e2c046a4abd47a67efc7617 (diff) | |
download | freebsd-ports-gnome-e66c1b07c831cb87d448cd0bc8e52024cc04687a.tar.gz freebsd-ports-gnome-e66c1b07c831cb87d448cd0bc8e52024cc04687a.tar.zst freebsd-ports-gnome-e66c1b07c831cb87d448cd0bc8e52024cc04687a.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'palm/synce-vdccm')
-rw-r--r-- | palm/synce-vdccm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile index 9ac8de67632c..b6ac241d4d38 100644 --- a/palm/synce-vdccm/Makefile +++ b/palm/synce-vdccm/Makefile @@ -24,4 +24,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \ --with-libsynce=${LOCALBASE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |