From 3f5bb0fc2bee5c093ab3b60115c304b8835722d1 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 14 Aug 2007 18:47:04 +0000 Subject: [PATCH] 7.x no longer exposes _cleanup in libc so ignore this port. --- devel/pmake/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/pmake/Makefile b/devel/pmake/Makefile index c18e9a7f6609..bbab78a311a6 100644 --- a/devel/pmake/Makefile +++ b/devel/pmake/Makefile @@ -24,6 +24,12 @@ ALL_TARGET= pmake PMAKE_ENV= ${MAKE_ENV} MAKE=${PREFIX}/bin/pmake MAN1= pmake.1 +.include + +.if ${OSVERSION} >= 700000 +IGNORE= does not support ${OPSYS}-${OSREL} at this time +.endif + post-patch: @${REINPLACE_CMD} '/memmove/d' ${WRKSRC}/lib/include/sprite.h @@ -54,4 +60,4 @@ do-install:: ${INSTALL_MAN} ${WRKSRC}/doc/pmake.1 ${PREFIX}/man/man1 .endif -.include +.include