diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-21 13:50:27 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-21 13:50:27 +0000 |
commit | 6547017c585411af2f3ef2031447d6c546a60225 (patch) | |
tree | 2da10c9bc3c3e3ce5ccd1d40c0d494bec18b681a /ftp/tnftpd | |
parent | 824ce6ad9334a1cd89f75a0f98e173b6a8db77c0 (diff) | |
download | ports-6547017c585411af2f3ef2031447d6c546a60225.tar.gz ports-6547017c585411af2f3ef2031447d6c546a60225.zip |
Notes
Diffstat (limited to 'ftp/tnftpd')
-rw-r--r-- | ftp/tnftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/tnftpd/files/patch-configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile index 3ac3f9b4be04..3bd470c60eec 100644 --- a/ftp/tnftpd/Makefile +++ b/ftp/tnftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= tnftpd PORTVERSION= 20031217 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ diff --git a/ftp/tnftpd/files/patch-configure b/ftp/tnftpd/files/patch-configure new file mode 100644 index 000000000000..8c5c6235c353 --- /dev/null +++ b/ftp/tnftpd/files/patch-configure @@ -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() + { |