7.x no longer exposes _cleanup in libc so ignore this port.

This commit is contained in:
Steve Price 2007-08-14 18:47:04 +00:00
parent dd41c4104a
commit 3f5bb0fc2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197687

View File

@ -24,6 +24,12 @@ ALL_TARGET= pmake
PMAKE_ENV= ${MAKE_ENV} MAKE=${PREFIX}/bin/pmake
MAN1= pmake.1
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>