revert r385200 as it is breaks the port due to missing include.
This commit is contained in:
parent
66641e6424
commit
a0a651221d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385201
1 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,10 @@ post-install:
|
|||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 armv6
|
||||
ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue