Mark broken on sparc64.
Hat: portmgr
This commit is contained in:
parent
0ecdf67b07
commit
03e3067ddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287845
1 changed files with 7 additions and 1 deletions
|
@ -36,4 +36,10 @@ post-extract:
|
|||
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
|
||||
@${RM} ${WRKSRC}/libmatroska2/test/test.proj
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64: gmake: GNUmakefile: No such file or directory
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue