aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-03 22:20:34 +0800
committerkris <kris@FreeBSD.org>2004-04-03 22:20:34 +0800
commita0731b4cf1907d9166bbf9f9d49af6fe1c29127b (patch)
treefbb2e7489e1fe9db0b2d8eb99e55e4a92217dbd3
parent47a43d5da119be7f2987816a1f5498ba1e36860d (diff)
downloadfreebsd-ports-gnome-a0731b4cf1907d9166bbf9f9d49af6fe1c29127b.tar.gz
freebsd-ports-gnome-a0731b4cf1907d9166bbf9f9d49af6fe1c29127b.tar.zst
freebsd-ports-gnome-a0731b4cf1907d9166bbf9f9d49af6fe1c29127b.zip
BROKEN on amd64: Coredump during build
-rw-r--r--devel/ocaml-camomile/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile
index 3ccab9713553..c953ce3fcbf3 100644
--- a/devel/ocaml-camomile/Makefile
+++ b/devel/ocaml-camomile/Makefile
@@ -25,6 +25,12 @@ USE_GMAKE= yes
PKGDEINSTALL= ${PKGINSTALL}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Coredump during build on amd64"
+.endif
+
post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/${PORTNAME} -type f | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@@ -35,4 +41,4 @@ post-install:
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>