aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-camomile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:20:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:20:34 +0000
commit92f61b835561dce6a4675c5694524ed6bb14b66c (patch)
tree745daa4cee26d67d6f59967bdbbaed961ea607c7 /devel/ocaml-camomile
parenta5d9b508226f9ac0fd65b56d6a5a6c4e8758f363 (diff)
downloadports-92f61b835561dce6a4675c5694524ed6bb14b66c.tar.gz
ports-92f61b835561dce6a4675c5694524ed6bb14b66c.zip
BROKEN on amd64: Coredump during build
Notes
Notes: svn path=/head/; revision=106047
Diffstat (limited to 'devel/ocaml-camomile')
-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>