diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-02-09 19:27:26 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-02-09 19:27:26 +0000 |
commit | 5799e59274c432f9b9358bf4befda2a9eac8f12e (patch) | |
tree | dea90ee746fdee3dd3ce4531d8802c5f946f945b /ftp/wzdftpd | |
parent | d562dd5021d9b81c59f445bd3853332641225f4e (diff) | |
download | ports-5799e59274c432f9b9358bf4befda2a9eac8f12e.tar.gz ports-5799e59274c432f9b9358bf4befda2a9eac8f12e.zip |
Fix build on 4.x.
Reported by: poinrthat via kris
Notes
Notes:
svn path=/head/; revision=155604
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 3ed05e28dc8b..d9b4d2406667 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) |