diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-10 16:56:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-10 16:56:50 +0800 |
commit | 3b770d289f7a6ddaf8fcc8c029847d592dc5d6f8 (patch) | |
tree | 572f65153ae3282b74e6f2737f3a8e676d7aa1be /databases/mird | |
parent | 94616ca2bfb16f6becde066160bf9a9d145356b0 (diff) | |
download | freebsd-ports-gnome-3b770d289f7a6ddaf8fcc8c029847d592dc5d6f8.tar.gz freebsd-ports-gnome-3b770d289f7a6ddaf8fcc8c029847d592dc5d6f8.tar.zst freebsd-ports-gnome-3b770d289f7a6ddaf8fcc8c029847d592dc5d6f8.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'databases/mird')
-rw-r--r-- | databases/mird/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mird/Makefile b/databases/mird/Makefile index 5fc713315a0d..bf514a1e8b9b 100644 --- a/databases/mird/Makefile +++ b/databases/mird/Makefile @@ -32,4 +32,10 @@ post-patch: post-install: ${STRIP_CMD} ${PREFIX}/lib/libmird.so.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |