BROKEN on !i386: Does not compile
This commit is contained in:
parent
f883f4c9bc
commit
3e603d0e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106029
1 changed files with 7 additions and 1 deletions
|
@ -30,10 +30,16 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|||
CFLAGS=-DBROKEN_VIRTUAL_DEFAULT_ARGUMENTS=1 \
|
||||
LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/pose
|
||||
${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose
|
||||
@${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE}
|
||||
${CP} -Rp ${WRKDIR}/Skins_v1.9 ${PREFIX}/share/pose/skins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue