x11-misc/xvkbd: Fix CFLAGS=-fno-common
authorJeroen Roovers <jer@gentoo.org>
Fri, 31 Jan 2020 11:52:42 +0000 (12:52 +0100)
committerJeroen Roovers <jer@gentoo.org>
Fri, 31 Jan 2020 11:53:03 +0000 (12:53 +0100)
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707430
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-misc/xvkbd/files/xvkbd-4.0-fno-common.patch [new file with mode: 0644]
x11-misc/xvkbd/xvkbd-4.0.ebuild

diff --git a/x11-misc/xvkbd/files/xvkbd-4.0-fno-common.patch b/x11-misc/xvkbd/files/xvkbd-4.0-fno-common.patch
new file mode 100644 (file)
index 0000000..1ca0db0
--- /dev/null
@@ -0,0 +1,22 @@
+--- a/resources.h
++++ b/resources.h
+@@ -19,7 +19,7 @@
+ # define PROGRAM_NAME "xvkbd"
+ #endif
+-struct appres_struct {
++extern struct appres_struct {
+   String description;
+   String show_manual_command;
+--- a/xvkbd.c
++++ b/xvkbd.c
+@@ -500,6 +500,8 @@
+ static Pixmap xvkbd_pixmap = None;
++struct appres_struct appres;
++
+ static int AddKeysym(KeySym keysym, Boolean top);  /* forward */
+ static void MakeKeyboard(Boolean remake);
+ static void MakeKeypad(Widget form, Widget from_vert, Widget from_horiz);
index 90d49c1f04feb1bdc9babf3e8767ac59e3d71cea..90be10d40308b7c757d1a8a9e413547850ef9f4a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,6 +27,7 @@ DEPEND="
 "
 PATCHES=(
        "${FILESDIR}"/${PN}-4.0-destdir.patch
+       "${FILESDIR}"/${PN}-4.0-fno-common.patch
 )
 
 src_prepare() {