diff options
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/xmodmap-asprintf.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/patches/xmodmap-asprintf.patch b/gnu/packages/patches/xmodmap-asprintf.patch new file mode 100644 index 0000000000..6dfe8514e5 --- /dev/null +++ b/gnu/packages/patches/xmodmap-asprintf.patch @@ -0,0 +1,14 @@ +This patch allows the 'asprintf' declaration to be visible, by +including <config.h>, which defines _GNU_SOURCE. + + +--- xmodmap-1.0.7/xmodmap.c 2013-11-25 23:25:25.000000000 +0100 ++++ xmodmap-1.0.7/xmodmap.c 2013-11-25 23:25:27.000000000 +0100 +@@ -26,6 +26,7 @@ from The Open Group. + + */ + ++#include <config.h> + #include <X11/Xos.h> + #include <X11/Xlib.h> + #include <stdio.h> |