diff options
-rw-r--r-- | palm/pose/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index ff718a0bfaaf..95a8fdaff8ba 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -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> |