This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 779a116 Support building with legacy zlib versions that do not ship a pkg-config file. new e37532c nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/programs/Xserver/include/misc.h | 6 ++++++ 1 file changed, 6 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit e37532ca89876b782d5034a1f0fc126327b6e470 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 16 07:57:47 2017 +0100 nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME. --- nx-X11/programs/Xserver/include/misc.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nx-X11/programs/Xserver/include/misc.h b/nx-X11/programs/Xserver/include/misc.h index 27137cd..f32f86e 100644 --- a/nx-X11/programs/Xserver/include/misc.h +++ b/nx-X11/programs/Xserver/include/misc.h @@ -397,4 +397,10 @@ typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */ #define _XTYPEDEF_CHARINFOPTR #endif +#ifdef LEGACY_XEXT_PROTO +#ifndef SHMNAME +#define SHMNAME "MIT-SHM" +#endif +#endif + #endif /* MISC_H */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git