BROKEN on sparc64: Does not compile
This commit is contained in:
parent
2139d6f4fb
commit
711b04f690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141533
@ -24,6 +24,12 @@ ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${FIND} -E ${WRKDIR} -type f -print0 | \
|
||||
${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
|
||||
@ -35,4 +41,4 @@ post-extract:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user