summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-13 09:10:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-13 09:10:03 +0000
commit9ae5392bb6ac7c05e1457069aefc764f0773ddf6 (patch)
tree428c1693a22baa92469a437a3d467d4fdf2d485c /lang
parentBROKEN 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/Makefile8
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>