summaryrefslogtreecommitdiff
path: root/sci-mathematics/genius/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-mathematics/genius/files
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-mathematics/genius/files')
-rw-r--r--sci-mathematics/genius/files/genius-1.0.23-tinfo.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/genius/files/genius-1.0.23-tinfo.patch b/sci-mathematics/genius/files/genius-1.0.23-tinfo.patch
deleted file mode 100644
index e3250f0817c5..000000000000
--- a/sci-mathematics/genius/files/genius-1.0.23-tinfo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/675670
-
---- genius-1.0.23/configure.ac
-+++ genius-1.0.23/configure.ac
-@@ -15,6 +15,8 @@
-
- AC_PROG_INTLTOOL([0.21])
-
-+PKG_PROG_PKG_CONFIG
-+
- dnl ================= Requirements ================================================
-
- VTE_REQUIRED=0.26.0
-@@ -64,8 +66,8 @@
-
- dnl Check for termcap
- AC_CHECK_LIB(termcap, tgetent,[TERMCAP_LIB="-ltermcap"],
-- [AC_CHECK_LIB(ncurses, tgetent,
-- [TERMCAP_LIB="-lncurses"
-+ [PKG_CHECK_MODULES(NCURSES, ncurses,
-+ [TERMCAP_LIB="$NCURSES_LIBS"
- AC_DEFINE(USE_NCURSES,[1], [Use ncurses library])
- AC_CHECK_HEADER(ncurses/curses.h, [
- AC_DEFINE(INC_NCURSES,[1],[ncurses include])])], [