unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob f593e86c08dc26d91ecf52ff7053ca1f034f394c 585 bytes (raw)
name: packages/patches/weex-vacopy.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Taken from the Debian 2.8.0 package.

--- weex-2.6.1.5/src/strlib.c	2003-08-18 11:52:38.000000000 +0200
+++ weex-2.8.0/src/strlib.c	2007-12-04 14:22:02.000000000 +0100
@@ -42,6 +42,8 @@
 #  define G_VA_COPY(ap1, ap2)     (*(ap1) = *(ap2))
 #  elif defined (G_VA_COPY_AS_ARRAY)
 #  define G_VA_COPY(ap1, ap2)     g_memmove ((ap1), (ap2), sizeof (va_list))
+#  elif defined (__x86_64__)
+#  define G_VA_COPY(ap1, ap2)     memmove ((ap1), (ap2), sizeof (va_list))
 #  else /* va_list is a pointer */
 #  define G_VA_COPY(ap1, ap2)     ((ap1) = (ap2))
 #  endif /* va_list is a pointer */

debug log:

solving f593e86c08dc26d91ecf52ff7053ca1f034f394c ...
found f593e86c08dc26d91ecf52ff7053ca1f034f394c 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).