mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
BROKEN on alpha and amd64: Does not compile
This commit is contained in:
parent
39749f9fd1
commit
7cbbfb76cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102171
@ -26,10 +26,16 @@ USE_REINPLACE= yes
|
||||
|
||||
MAN1= nip.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -26,10 +26,16 @@ USE_REINPLACE= yes
|
||||
|
||||
MAN1= nip.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user