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 */ class='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lego.scm
AgeCommit message (Expand)Author
2018-03-20gnu: leocad: Use HTTPS home page....* gnu/packages/lego.scm (leocad)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-03-20gnu: leocad: Update phase style....* gnu/packages/lego.scm (leocad)[arguments]: Substitute INVOKE for SYSTEM* and end all phases with an explicit #t. Tobias Geerinckx-Rice
2018-03-20gnu: leocad: Update to 18.02....* gnu/packages/lego.scm (leocad): Update to 18.02. Tobias Geerinckx-Rice
2017-08-03gnu: Add LeoCAD....* gnu/packages/lego.scm (leocad): New variable. Eric Bavier