aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-22 03:01:09 +0800
committernovel <novel@FreeBSD.org>2005-07-22 03:01:09 +0800
commitc878e5a0c43241b07fd1721d47746c79bd86c5e2 (patch)
tree645fc96ba52a51d3592ed8374a77cdab18b575b5
parent42392cea0399c3c2c8407b5fd8b89cdfe3d413f6 (diff)
downloadfreebsd-ports-gnome-c878e5a0c43241b07fd1721d47746c79bd86c5e2.tar.gz
freebsd-ports-gnome-c878e5a0c43241b07fd1721d47746c79bd86c5e2.tar.zst
freebsd-ports-gnome-c878e5a0c43241b07fd1721d47746c79bd86c5e2.zip
Attempt to fix build on 4.x.
Reported by: pointyhat via kris
-rw-r--r--ftp/wzdftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
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: