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:
parent
824ce6ad93
commit
6547017c58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109643
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tnftpd
|
||||
PORTVERSION= 20031217
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
||||
|
||||
|
10
ftp/tnftpd/files/patch-configure
Normal file
10
ftp/tnftpd/files/patch-configure
Normal 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()
|
||||
{
|
Loading…
Reference in New Issue
Block a user