diff options
Diffstat (limited to 'devel/ocaml-camomile')
-rw-r--r-- | devel/ocaml-camomile/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile index 0ff0272559dd..7d93811352d2 100644 --- a/devel/ocaml-camomile/Makefile +++ b/devel/ocaml-camomile/Makefile @@ -31,10 +31,6 @@ PKGDEINSTALL= ${PKGINSTALL} BROKEN= "Need working <wctype.h>" .endif -.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} |