Update _XData32 declaration in SDL_x11sym.h to match that of libx11 1.6. --- SDL-1.2.15/src/video/x11/SDL_x11sym.h.~1~ 2012-01-19 01:30:06.000000000 -0500 +++ SDL-1.2.15/src/video/x11/SDL_x11sym.h 2014-12-26 00:22:36.445067694 -0500 @@ -165,7 +165,7 @@ */ #ifdef LONG64 SDL_X11_MODULE(IO_32BIT) -SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) +SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return) SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),) #endif m method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
AgeCommit message (Expand)Author
2023-12-10gnu: ubuntu-keyring: Update to 2023.11.28.1....* gnu/packages/debian.scm (ubuntu-keyring): Update to 2023.11.28.1. [native-inputs]: Remove gzip; add xz. Change-Id: Id90acc7a58085321ac96b6ab520f54b20911a8c1 Efraim Flashner
2023-11-19gnu: dpkg: Update to 1.22.1....* gnu/packages/debian.scm (dpkg): Update to 1.22.1. Change-Id: Id5ac5a5c4a8dc9716fd5b05dd80c21b0edfe293f Tobias Geerinckx-Rice
2023-09-14gnu: dpkg: Update to 1.22.0....* gnu/packages/debian.scm (dpkg): Update to 1.22.0. [arguments]: Wrap another script in the custom 'wrap-scripts phase. Efraim Flashner
2023-09-14gnu: debootstrap: Hardcode location of archive keyrings....* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust custom 'patch-source phase to hardcode the location of the archive keyrings. Efraim Flashner
2023-09-14gnu: debootstrap: Update to 1.0.132....* gnu/packages/debian.scm (debootstrap): Update to 1.0.132. Efraim Flashner
2023-07-30gnu: debian-archive-keyring: Update to 2023.4....* gnu/packages/debian.scm (debian-archive-keyring): Update to 2023.4. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Use G-expressions....* gnu/packages/debian.scm (dpkg)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Use the (intended) input perl's version....* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the host-side perl variable with one to the build-side "perl" input. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Update to 1.21.22....* gnu/packages/debian.scm (dpkg): Update to 1.21.22. Tobias Geerinckx-Rice