aboutsummaryrefslogtreecommitdiff
path: root/misc/pinfo/files/patch-macros_curses.m4
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pinfo/files/patch-macros_curses.m4')
-rw-r--r--misc/pinfo/files/patch-macros_curses.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/pinfo/files/patch-macros_curses.m4 b/misc/pinfo/files/patch-macros_curses.m4
deleted file mode 100644
index ab83a943c5ba..000000000000
--- a/misc/pinfo/files/patch-macros_curses.m4
+++ /dev/null
@@ -1,15 +0,0 @@
---- macros/curses.m4.orig 2006-03-09 19:44:48 UTC
-+++ macros/curses.m4
-@@ -182,6 +182,12 @@ AC_DEFUN([AC_SEARCH_CURSES_H], [
- if test "x$curses_location" != "xfalse"
- then
- dnl check this particular location
-+ AC_SEARCH_CURSES_FILE($curses_location/include, ncurses/ncurses.h,
-+ -L$curses_location/lib -lncursesw,
-+ -I$curses_location/include )
-+ AC_SEARCH_CURSES_FILE($curses_location/include, ncurses.h,
-+ -L$curses_location/lib -lncursesw,
-+ -I$curses_location/include )
- AC_SEARCH_CURSES_FILE($curses_location/include, ncursesw/ncurses.h,
- -L$curses_location/lib -lncursesw,
- -I$curses_location/include )