diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-17 13:25:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-17 13:25:02 +0800 |
commit | 599f4a74d0a10b882a0379b3d5256ed13b4d7d64 (patch) | |
tree | ffd3c5109b57bc8e0a98bc118c42d192839ee084 | |
parent | 5bcb84cebabab7706e0c1036a23688bc93a88b99 (diff) | |
download | freebsd-ports-gnome-599f4a74d0a10b882a0379b3d5256ed13b4d7d64.tar.gz freebsd-ports-gnome-599f4a74d0a10b882a0379b3d5256ed13b4d7d64.tar.zst freebsd-ports-gnome-599f4a74d0a10b882a0379b3d5256ed13b4d7d64.zip |
Mark as broken on sparc64.
-rw-r--r-- | lang/io/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index 6a195eef492a..9d34a3c19bde 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -59,4 +59,10 @@ post-install: @cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: dumps core +.endif + +.include <bsd.port.post.mk> |