mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
x11-terms/yeahconsole: fix -Wimplicit-int
Closes: https://bugs.gentoo.org/871516 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/yeahconsole.c
|
||||
+++ b/yeahconsole.c
|
||||
@@ -340,7 +340,7 @@
|
||||
XMapWindow(dpy, win);
|
||||
}
|
||||
|
||||
-void init_xterm(move)
|
||||
+void init_xterm(int move)
|
||||
{
|
||||
XEvent ev;
|
||||
long dummy;
|
||||
@@ -19,7 +19,10 @@ DEPEND="
|
||||
x11-base/xorg-proto"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-make.patch )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-make.patch
|
||||
"${FILESDIR}"/${P}-C99-decls.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
tc-export CC PKG_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user