summaryrefslogtreecommitdiff
path: root/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
commit50c291a3ace58006f8fa9cf44a36f6e42bff2b54 (patch)
tree6d245677a5bb2d38b74c141346e35465540e9b7f /x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
parent53623081143d09702d8f3d7224e9da8c5f681c3b (diff)
gentoo auto-resync : 05:06:2023 - 21:37:49
Diffstat (limited to 'x11-apps/xrestop/files/xrestop-0.4-tinfo.patch')
-rw-r--r--x11-apps/xrestop/files/xrestop-0.4-tinfo.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch b/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
deleted file mode 100644
index ef2de121e839..000000000000
--- a/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -65,6 +65,7 @@
-
- # check for ncurses, fall back to curses
- AC_CHECK_LIB([ncurses], [initscr],,AC_CHECK_LIB([curses], [initscr]))
-+AC_SEARCH_LIBS([stdscr], [tinfo])
-
- if test "x$GCC" = "xyes"; then
- GCC_WARNINGS="-Wall -fno-strict-aliasing"