mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
app-editors/hexcurse: Drop -Werror (bug #627904 by Danny Robson).
Package-Manager: Portage-2.3.7, Repoman-2.3.3
This commit is contained in:
7
app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch
Normal file
7
app-editors/hexcurse/files/hexcurse-1.60.0-Werror.patch
Normal file
@@ -0,0 +1,7 @@
|
||||
--- 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
|
||||
@@ -1,5 +1,5 @@
|
||||
--- hexcurse-1.60.0/configure.ac
|
||||
+++ hexcurse-1.60.0/configure.ac
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -15,7 +15,9 @@
|
||||
|
||||
dnl Checks for libraries.
|
||||
|
||||
@@ -12,13 +12,15 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
|
||||
RDEPEND=">=sys-libs/ncurses-5.2:0="
|
||||
RDEPEND="
|
||||
>=sys-libs/ncurses-5.2:0=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.60.0-tinfo.patch"
|
||||
"${FILESDIR}"/${PN}-1.60.0-Werror.patch
|
||||
"${FILESDIR}"/${PN}-1.60.0-tinfo.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user