BROKEN on amd64: Configure fails
This commit is contained in:
parent
4aefe7bbe0
commit
5db4b3843e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106040
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user