From 0e3d8ef98dc55dac5d115247e06ac64df90f1e78 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Tue, 31 May 2005 04:59:00 +0000 Subject: Fix build on 4.x. Reported by: pointyhat via kris --- ftp/wzdftpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftp') diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 464446e32291..381a0ba9f686 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -93,6 +93,9 @@ 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] +.endif post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3