summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-08-03 11:33:38 -0700
committerMatt Turner <mattst88@gentoo.org>2021-08-03 12:16:46 -0700
commit269a8d023aa22eab0351c9114e3cceeea717946e (patch)
tree873310c6e4bfb56c9825a6f8198fff1244126dc5 /x11-apps/xrestop/files
parentsys-libs/libcxx: Extend checkout to fix building 13+ (diff)
downloadgentoo-269a8d023aa22eab0351c9114e3cceeea717946e.tar.gz
gentoo-269a8d023aa22eab0351c9114e3cceeea717946e.tar.bz2
gentoo-269a8d023aa22eab0351c9114e3cceeea717946e.zip
x11-apps/xrestop: Rename from x11-misc/xrestop
I'm not sure what the history is, but this package's upstream is now on the FreeDesktop Gitlab. The 0.4 ebuild has a SRC_URI that no longer resolves, and there isn't a 0.4 tarball on freedesktop.org. Anyway, a version 0.5 has been released from FreeDesktop, so we'll switch to that and change the maintainer to x11@ at the same time. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrestop/files')
-rw-r--r--x11-apps/xrestop/files/xrestop-0.4-tinfo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch b/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
new file mode 100644
index 000000000000..ef2de121e839
--- /dev/null
+++ b/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
@@ -0,0 +1,10 @@
+--- 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"