diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:10:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:10:03 +0000 |
commit | 9ae5392bb6ac7c05e1457069aefc764f0773ddf6 (patch) | |
tree | 428c1693a22baa92469a437a3d467d4fdf2d485c /lang | |
parent | BROKEN on sparc64: Install fails (trying to install missing java support) (diff) |
BROKEN on sparc64: Coredump during build
Notes
Notes:
svn path=/head/; revision=109062
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index dd1a2abadd56..00e4e0f1835e 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -90,6 +90,12 @@ CONFIGURE_ARGS+= -tkdefs "-I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/t .endif .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Coredump during build on sparc64" +.endif + post-install: .if !defined(WITHOUT_TK) @${MKDIR} ${EXAMPLESDIR} @@ -106,4 +112,4 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/${prog} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |