1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Remove FreeBSD 8 specific check

This commit is contained in:
Baptiste Daroussin 2015-08-24 06:09:22 +00:00
parent 9bedc60d55
commit 3a96166351
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395159

View File

@ -20,13 +20,6 @@ CONFIGURE_ARGS= --enable-demos
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
.include <bsd.port.options.mk>
# work around missing typedef in 8.X's libz configuration
.if ${OSVERSION} < 900000
CPPFLAGS+= -Dz_crc_t=uint32_t
.endif
post-patch:
@${REINPLACE_CMD} 's/#ifdef unix || __APPLE__/#ifdef unix/' ${WRKSRC}/mini???.c