summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-11-29 09:34:20 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-11-29 09:34:20 +0000
commite5db96d167762b57099ab17aadb3ce4d09f559ff (patch)
tree147a663352caf557a2e115df3cb0f981be85663e /math
parent- bglibs continues to coredump in self-tests phase on alpha; (diff)
Mark broken on ia64 and amd64.
PR: 74502 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=122742
Diffstat (limited to 'math')
-rw-r--r--math/coq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile
index 268a82c490a3..40e76d1317ee 100644
--- a/math/coq/Makefile
+++ b/math/coq/Makefile
@@ -32,6 +32,10 @@ ALL_TARGET= world
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "OCaml bug prevents compilation"
+.endif
+
.if exists(${LOCALBASE}/bin/lablgtk2)
BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
RUN_DEPENDS+= ${BUILD_DEPENDS}