aboutsummaryrefslogtreecommitdiff
path: root/textproc/ocaml-pxp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-11 18:23:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-11 18:23:57 +0000
commit7df63bc4bad5f32cb9e3ffa09d35d253c313a305 (patch)
tree30f092f8138195b4aa30a07e061e56661af20664 /textproc/ocaml-pxp
parent291631129dcb47d92e029b88591b679cad85c764 (diff)
downloadports-7df63bc4bad5f32cb9e3ffa09d35d253c313a305.tar.gz
ports-7df63bc4bad5f32cb9e3ffa09d35d253c313a305.zip
Notes
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r--textproc/ocaml-pxp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile
index 6f135ef21ae9..933b9af45b0a 100644
--- a/textproc/ocaml-pxp/Makefile
+++ b/textproc/ocaml-pxp/Makefile
@@ -33,6 +33,12 @@ CONFIGURE_ARGS+=-without-wlex-compat -without-wlex
ALL_TARGET= all opt
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= segfaults during build
+.endif
+
# to avoid a conflict with PACKAGES in bsd.port.mk
post-extract:
${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e 's/PACKAGES/PXP_PACKAGES/'
@@ -43,4 +49,4 @@ post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/ -type d -name 'pxp*' | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>