diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-11 18:23:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-11 18:23:57 +0000 |
commit | 7df63bc4bad5f32cb9e3ffa09d35d253c313a305 (patch) | |
tree | 30f092f8138195b4aa30a07e061e56661af20664 /textproc/ocaml-pxp | |
parent | 291631129dcb47d92e029b88591b679cad85c764 (diff) | |
download | ports-7df63bc4bad5f32cb9e3ffa09d35d253c313a305.tar.gz ports-7df63bc4bad5f32cb9e3ffa09d35d253c313a305.zip |
Notes
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 8 |
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> |