BROKEN on !i386: Does not compile
This commit is contained in:
parent
746b4e2f3f
commit
c829074b4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107317
1 changed files with 7 additions and 1 deletions
|
@ -20,8 +20,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/server ${LOCALBASE}/sbin/stund
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/client ${LOCALBASE}/bin/stun_client
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue