From b9ab9aed8de8da6697bcdb9c1690bc3b09b7c6de Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 17 Mar 2004 21:56:40 +0000 Subject: [PATCH] IGNORE on amd64: Infinite loop during build --- textproc/hevea/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 0071254a20b6..6d3f5692a4a0 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= stephen@math.missouri.edu -COMMENT= Convert LaTeX to HTML +COMMENT= Convert LaTeX to HTML BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml @@ -26,6 +26,12 @@ PLIST_SUB= HEVEAVERSION=${PORTVERSION} TEX_DIR= ${PREFIX}/share/texmf/tex/latex TEXHASH= ${PREFIX}/bin/texhash +.include + +.if ${ARCH} == "amd64" +IGNORE= "Infinite loop during build on amd64" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/hevea ${STRIP_CMD} ${PREFIX}/bin/hacha @@ -39,4 +45,4 @@ post-install: .endif ${CAT} ${PKGMESSAGE} -.include +.include