diff options
author | novel <novel@FreeBSD.org> | 2006-02-10 03:27:26 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-02-10 03:27:26 +0800 |
commit | e260956ef598306c59da8d21db34f53bbd1ae1af (patch) | |
tree | 418bd40e984c27aff17a5f4eb001cb18257100e8 /ftp/wzdftpd | |
parent | 63d692a592eeecc969cb7af903bb1562d6c4188b (diff) | |
download | freebsd-ports-graphics-e260956ef598306c59da8d21db34f53bbd1ae1af.tar.gz freebsd-ports-graphics-e260956ef598306c59da8d21db34f53bbd1ae1af.tar.zst freebsd-ports-graphics-e260956ef598306c59da8d21db34f53bbd1ae1af.zip |
Fix build on 4.x.
Reported by: poinrthat via kris
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 3ed05e28dc8..d9b4d240666 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) |