diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-17 05:25:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-17 05:25:02 +0000 |
commit | 806cacb96d1571e4c7b3fb546dd8f43d15790ff3 (patch) | |
tree | 755e2873da5bfc5ca1b9fc7449879ab8b22fd0a9 /lang/io | |
parent | 523bdbe5f63b61ae3a7ceed575d2c8a3c9116762 (diff) |
Notes
Diffstat (limited to 'lang/io')
-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> |