From 3eed747eafabf9cf28ec9d6f9a009e9053e5b86a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 9 Feb 2004 01:51:38 +0000 Subject: BROKEN on 5.x: does not compile --- palm/pose/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'palm/pose') diff --git a/palm/pose/Makefile b/palm/pose/Makefile index fe7c723d15a8..8be41e1ec0e0 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 + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.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 +.include -- cgit v1.2.3