summaryrefslogtreecommitdiff
path: root/app-editors/hexcurse/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/hexcurse/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/hexcurse/files')
-rw-r--r--app-editors/hexcurse/files/1.55-gcc.patch11
-rw-r--r--app-editors/hexcurse/files/1.55-tinfo.patch13
-rw-r--r--app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch7
-rw-r--r--app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch13
4 files changed, 0 insertions, 44 deletions
diff --git a/app-editors/hexcurse/files/1.55-gcc.patch b/app-editors/hexcurse/files/1.55-gcc.patch
deleted file mode 100644
index 22b996b3437d..000000000000
--- a/app-editors/hexcurse/files/1.55-gcc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/getopt.c
-+++ b/src/getopt.c
-@@ -36,8 +36,6 @@
- * enables hexcurse to be compiled with SGI's proprietary compiler */
- #ifdef _SGIAPI
- #include <alloca.h>
--#else
--char *alloca ();
- #endif
- #define __alloca alloca
- /* end of modification */
diff --git a/app-editors/hexcurse/files/1.55-tinfo.patch b/app-editors/hexcurse/files/1.55-tinfo.patch
deleted file mode 100644
index f258c06f1cf7..000000000000
--- a/app-editors/hexcurse/files/1.55-tinfo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -13,7 +13,9 @@
-
- dnl Checks for libraries.
- dnl Replace `main' with a function in -lncurses:
--AC_CHECK_LIB(ncurses, initscr,,AC_CHECK_LIB(curses, initscr))
-+AC_CHECK_LIB(ncurses, initscr)
-+AC_SEARCH_LIBS(initscr,curses)
-+AC_SEARCH_LIBS(LINES,tinfo)
-
- dnl Checks for header files.
- AC_HEADER_STDC
diff --git a/app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch b/app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch
deleted file mode 100644
index 457574f15ac1..000000000000
--- a/app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,3 +1,3 @@
- bin_PROGRAMS = hexcurse
--AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Werror -Wextra
-+AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Wextra
- hexcurse_SOURCES = file.c llist.c screen.c hexcurse.c stack.c getopt.c acceptch.c color.c
diff --git a/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch b/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch
deleted file mode 100644
index 1933a22bb044..000000000000
--- a/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,7 +15,9 @@
-
- dnl Checks for libraries.
- dnl Replace `main' with a function in -lncurses:
--AC_CHECK_LIB(ncurses, initscr,,[AC_CHECK_LIB(curses, initscr,,[AC_MSG_ERROR([ncurses library not found])])])
-+AC_CHECK_LIB(ncurses, initscr)
-+AC_SEARCH_LIBS(initscr,curses)
-+AC_SEARCH_LIBS(LINES,tinfo)
-
- dnl Checks for header files.
- AC_HEADER_STDC