From 0a8bccb85ea84d47e159ca6c33af8383b9c90608 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 21 Jul 2005 19:01:09 +0000 Subject: [PATCH] Attempt to fix build on 4.x. Reported by: pointyhat via kris --- ftp/wzdftpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index d6763790d4e2..d7c63a8051b2 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -94,7 +94,8 @@ 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] + @${REINPLACE_CMD} -e "s|PRIu64|\"llu\"|g" ${WRKSRC}/src/*.[cl] \ + ${WRKSRC}/backends/plaintext/*.[cl] ${WRKSRC}/backends/mysql/*.[cl] .endif post-install: