diff options
author | linimon <linimon@FreeBSD.org> | 2010-09-17 17:18:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-09-17 17:18:44 +0800 |
commit | acb8d6e91e02a2112e9a59f63d8e3f5d508ab608 (patch) | |
tree | 80ac90686f2a4990780f69cb57a84b70b8e40bfb | |
parent | 1ccb68968318d708d3dac04a962a5e71132f7fb3 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |