1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Handle files over 4GB.

PR:		ports/66741
Submitted by:	Rudolf Cejka (maintainer)
This commit is contained in:
Volker Stolz 2004-05-21 13:50:27 +00:00
parent 824ce6ad93
commit 6547017c58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109643
2 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= tnftpd
PORTVERSION= 20031217
PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/

View File

@ -0,0 +1,10 @@
--- configure.orig Mon May 17 14:46:54 2004
+++ configure Mon May 17 14:47:14 2004
@@ -2423,6 +2423,7 @@
cat > conftest.$ac_ext <<EOF
#line 2425 "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <stdio.h>
main()
{