From e260956ef598306c59da8d21db34f53bbd1ae1af Mon Sep 17 00:00:00 2001 From: novel Date: Thu, 9 Feb 2006 19:27:26 +0000 Subject: Fix build on 4.x. Reported by: poinrthat via kris --- ftp/wzdftpd/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ftp/wzdftpd') diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 3ed05e2..d9b4d24 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -95,10 +95,6 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ post-patch: @${REINPLACE_CMD} -e "s|@HAVE_PERL_TRUE@|#|g" ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|PRIu64|\"llu\"|g" ${WRKSRC}/src/*.[cl] \ - ${WRKSRC}/backends/plaintext/*.[cl] ${WRKSRC}/backends/mysql/*.[cl] -.endif post-install: .if !defined(NOPORTDOCS) -- cgit v1.1