unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6dfe8514e5a9dfc8b49f9f9fb6e9437127ae4190 375 bytes (raw)
name: packages/patches/xmodmap-asprintf.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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>

debug log:

solving 6dfe8514e5a9dfc8b49f9f9fb6e9437127ae4190 ...
found 6dfe8514e5a9dfc8b49f9f9fb6e9437127ae4190 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).