diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 12:43:44 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 12:43:44 +0000 |
commit | e66c1b07c831cb87d448cd0bc8e52024cc04687a (patch) | |
tree | ca47257a035777a57dd751c990908314cc308596 /palm | |
parent | 3ee284008ae6a24c2e2c046a4abd47a67efc7617 (diff) | |
download | FreeBSD-ports-e66c1b07c831cb87d448cd0bc8e52024cc04687a.zip FreeBSD-ports-e66c1b07c831cb87d448cd0bc8e52024cc04687a.tar.gz |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-dccm/Makefile | 8 | ||||
-rw-r--r-- | palm/synce-vdccm/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/palm/synce-dccm/Makefile b/palm/synce-dccm/Makefile index 9ac8de6..b6ac241 100644 --- a/palm/synce-dccm/Makefile +++ b/palm/synce-dccm/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> diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile index 9ac8de6..b6ac241 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> |