diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 21:48:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 21:48:24 +0800 |
commit | 6bb42bd148bf4e664ebae0ac2b1faa9c2c9f7955 (patch) | |
tree | eaf65f08bf332950569858f99bd0573db4231d87 /palm/pose/Makefile | |
parent | b04ae5d8705fdad00418e5e1f055658969dea986 (diff) | |
download | freebsd-ports-gnome-6bb42bd148bf4e664ebae0ac2b1faa9c2c9f7955.tar.gz freebsd-ports-gnome-6bb42bd148bf4e664ebae0ac2b1faa9c2c9f7955.tar.zst freebsd-ports-gnome-6bb42bd148bf4e664ebae0ac2b1faa9c2c9f7955.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'palm/pose/Makefile')
-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> |