BROKEN on amd64: Configure fails

This commit is contained in:
Kris Kennaway 2004-04-03 14:06:59 +00:00
parent 4aefe7bbe0
commit 5db4b3843e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106040
2 changed files with 14 additions and 2 deletions

View File

@ -25,6 +25,12 @@ USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee \
@ -34,4 +40,4 @@ post-patch:
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -32,7 +32,13 @@ CFLAGS+= -static
MAN1= webjob.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/webjob
.include <bsd.port.mk>
.include <bsd.port.post.mk>