aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-02-03 13:24:46 +0800
committerlinimon <linimon@FreeBSD.org>2009-02-03 13:24:46 +0800
commit2522bc2b7f7957f40721a37c8520caca452e768d (patch)
treebf62a226b78ec680a6080c08e85ef869b848e651 /databases
parent45615ed48096fac83ede37e361b356d2c36c7d01 (diff)
downloadfreebsd-ports-gnome-2522bc2b7f7957f40721a37c8520caca452e768d.tar.gz
freebsd-ports-gnome-2522bc2b7f7957f40721a37c8520caca452e768d.tar.zst
freebsd-ports-gnome-2522bc2b7f7957f40721a37c8520caca452e768d.zip
Mark slave port databases/libgda3-freetds broken on sparc64.
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda3/Makefile4
1 files changed, 4 insertions, 0 deletions
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