From 2522bc2b7f7957f40721a37c8520caca452e768d Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 3 Feb 2009 05:24:46 +0000 Subject: Mark slave port databases/libgda3-freetds broken on sparc64. --- databases/libgda3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases') diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 39550c651781..2e1fbf4b3c3c 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -75,6 +75,10 @@ CONFIGURE_ARGS+= --without-firebird .endif .if ${LIBGDA3_SLAVE}=="freetds" +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+= --with-tds=${LOCALBASE} .else -- cgit