diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 22:20:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 22:20:34 +0800 |
commit | a0731b4cf1907d9166bbf9f9d49af6fe1c29127b (patch) | |
tree | fbb2e7489e1fe9db0b2d8eb99e55e4a92217dbd3 | |
parent | 47a43d5da119be7f2987816a1f5498ba1e36860d (diff) | |
download | freebsd-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/Makefile | 8 |
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> |