7.x no longer exposes _cleanup in libc so ignore this port.
This commit is contained in:
parent
dd41c4104a
commit
3f5bb0fc2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197687
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue