void-packages/srcpkgs/xf86-video-intel/patches/O_CLOEXEC.patch
Juan RP 58bb99e214 xf86-video-intel: portability patch from Alpine.
Disable some options that are irrelevant and enabled by default.
2015-05-27 10:47:39 +02:00

10 lines
186 B
Diff

--- src/sna/kgem.c.orig
+++ src/sna/kgem.c
@@ -37,6 +37,7 @@
#include <sys/mman.h>
#include <time.h>
#include <errno.h>
+#define __USE_GNU
#include <fcntl.h>
#include <xf86drm.h>