diff options
author | fredb <fredb> | 2001-03-23 20:19:16 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-03-23 20:19:16 +0000 |
commit | 1195be9ceaf84405788c4f30275cb19a3fdfe15d (patch) | |
tree | 4d00952a11eb6f19897b0e981d6fc9cae808602f | |
parent | 6a3e35e54f88ec5486253103683e8760481aa591 (diff) | |
download | pkgsrc-1195be9ceaf84405788c4f30275cb19a3fdfe15d.tar.gz |
Remove files committed by mistake.
These patches are no-ops when pinfo is configured for "--with-ncurses".
The only reason I kept them in my own tree is because they may be useful
for "--with-vcurses" on NetBSD-1.5 or newer, but they shouldn't have
been commited.
-rw-r--r-- | misc/pinfo/patches/not/patch-aa | 13 | ||||
-rw-r--r-- | misc/pinfo/patches/not/patch-ab | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/misc/pinfo/patches/not/patch-aa b/misc/pinfo/patches/not/patch-aa deleted file mode 100644 index 74e0bff4db7..00000000000 --- a/misc/pinfo/patches/not/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/23 20:07:33 fredb Exp $ - ---- configure.in.orig Wed Jul 5 05:07:48 2000 -+++ configure.in -@@ -29,7 +29,7 @@ - KEY_END="" - AC_EGREP_CPP(HAVE_KEY_END, - [ --#if defined(RENAMED_NCURSES) or !defined(USE_NCURSES) -+#if defined(RENAMED_NCURSES) || !defined(USE_NCURSES) - #include <curses.h> - #else - #include <ncurses.h> diff --git a/misc/pinfo/patches/not/patch-ab b/misc/pinfo/patches/not/patch-ab deleted file mode 100644 index 14b82e4c09a..00000000000 --- a/misc/pinfo/patches/not/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/23 20:07:33 fredb Exp $ - ---- configure.orig Wed Jul 5 05:21:21 2000 -+++ configure -@@ -1715,7 +1715,7 @@ - #line 1716 "configure" - #include "confdefs.h" - --#if defined(RENAMED_NCURSES) or !defined(USE_NCURSES) -+#if defined(RENAMED_NCURSES) || !defined(USE_NCURSES) - #include <curses.h> - #else - #include <ncurses.h> |