diff --git a/package/xvkbd/0001-gcc-14.patch b/package/xvkbd/0001-gcc-14.patch new file mode 100644 index 0000000000..6ecce1327e --- /dev/null +++ b/package/xvkbd/0001-gcc-14.patch @@ -0,0 +1,19 @@ +Fix build with gcc-14 + +Upstream: https://sources.debian.org/src/xvkbd/4.1-3/debian/patches/gcc-14 + +Signed-off-by: Bernd Kuhls +--- + xvkbd.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/xvkbd.c ++++ b/xvkbd.c +@@ -15,6 +15,7 @@ + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ ++#define _CONST_X_STRING + #include + #include + #include