From f071fdc6bd2fd4dc880c24b2ca71848a2637ff2e Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sat, 10 Oct 2009 11:39:51 +0000 Subject: [PATCH] - Remove BROKEN tag: pxp hasn't changed but seems to work fine again on amd64 machines (confirmed on RELENG_7 and RELENG_8). --- textproc/ocaml-pxp/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 933b9af45b0a..6f135ef21ae9 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -33,12 +33,6 @@ CONFIGURE_ARGS+=-without-wlex-compat -without-wlex ALL_TARGET= all opt -.include - -.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/' @@ -49,4 +43,4 @@ post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/ -type d -name 'pxp*' | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.include +.include