IGNORE on amd64: Infinite loop during build
This commit is contained in:
parent
16d7e1d634
commit
b9ab9aed8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104325
1 changed files with 8 additions and 2 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue