summaryrefslogtreecommitdiff
path: root/net/lftp/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/lftp/patches/patch-ad')
-rw-r--r--net/lftp/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad
deleted file mode 100644
index a3399ece083..00000000000
--- a/net/lftp/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2013/05/18 20:23:03 adam Exp $
-
---- src/lftp_tinfo.cc.orig 2008-11-27 05:56:39.000000000 +0000
-+++ src/lftp_tinfo.cc
-@@ -34,7 +34,8 @@ extern "C" {
- # elif defined(HAVE_TERM_H)
- # include <term.h>
- # endif
--#elif defined(HAVE_TERMCAP_H)
-+#endif
-+#if defined(HAVE_TERMCAP_H)
- # include <termcap.h>
- #endif
- }