aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-09-17 17:18:44 +0800
committerlinimon <linimon@FreeBSD.org>2010-09-17 17:18:44 +0800
commitacb8d6e91e02a2112e9a59f63d8e3f5d508ab608 (patch)
tree80ac90686f2a4990780f69cb57a84b70b8e40bfb
parent1ccb68968318d708d3dac04a962a5e71132f7fb3 (diff)
downloadfreebsd-ports-gnome-acb8d6e91e02a2112e9a59f63d8e3f5d508ab608.tar.gz
freebsd-ports-gnome-acb8d6e91e02a2112e9a59f63d8e3f5d508ab608.tar.zst
freebsd-ports-gnome-acb8d6e91e02a2112e9a59f63d8e3f5d508ab608.zip
Mark as broken on sparc64: fails to compile.
Hat: portmgr
-rw-r--r--databases/dbh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
index 855e975ff200..b91ba37f289d 100644
--- a/databases/dbh/Makefile
+++ b/databases/dbh/Makefile
@@ -57,4 +57,10 @@ post-install:
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} '*.c' ${EXAMPLESDIR})
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>