diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 14:57:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 14:57:36 +0800 |
commit | f4f6cedc9f4128ba3123f560aa4bc66183acaf3c (patch) | |
tree | bbaf5dbd314f3a0807509b03d87030411873b44e /databases | |
parent | 3da3e7eafddf5f58ac0a83e08a37c4ef012f2d9f (diff) | |
download | freebsd-ports-gnome-f4f6cedc9f4128ba3123f560aa4bc66183acaf3c.tar.gz freebsd-ports-gnome-f4f6cedc9f4128ba3123f560aa4bc66183acaf3c.tar.zst freebsd-ports-gnome-f4f6cedc9f4128ba3123f560aa4bc66183acaf3c.zip |
Mark as broken on powerpc and sparc64 (and, presumably, ia64).
Hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysac/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysac/Makefile b/databases/mysac/Makefile index cc92be1fd7ea..a4c51dc9c2fc 100644 --- a/databases/mysac/Makefile +++ b/databases/mysac/Makefile @@ -36,4 +36,10 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/libmysac-static.a ${PREFIX}/lib/libmysac-static.a ${INSTALL_DATA} ${WRKSRC}/mysac.h ${PREFIX}/include/mysac.h -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include <bsd.port.post.mk> |