aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xf86-video-intel-glibc-2.20.patch
blob: aeebfacdcd94eae4b51e455364e191d9179a1a44 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Allow builds with glibc 2.20.
Based on a patch by Peter Hutterer <peter.hutterer@who-t.net>.
See <https://raw.githubusercontent.com/openembedded/oe-core/master/meta/recipes-graphics/xorg-driver/xf86-input-synaptics/always_include_xorg_server.h.patch>.

--- xf86-video-intel-2.21.15/src/intel_device.c.~1~	2013-08-09 16:58:48.000000000 -0400
+++ xf86-video-intel-2.21.15/src/intel_device.c	2014-12-18 00:03:54.700759577 -0500
@@ -33,6 +33,8 @@
 
 #include <sys/ioctl.h>
 
+#include <xorg-server.h>
+
 #include <pciaccess.h>
 #include <xf86.h>
 #include <xf86drm.h>
> 2016-11-15gnu: gvpe: Update to 3.0....Efraim Flashner 2016-10-23Merge branch 'master' into core-updatesMark H Weaver 2016-10-23gnu: openconnect: Update to 7.07....Tobias Geerinckx-Rice 2016-09-28gnu: Add and use gettext-minimal....Alex Kost 2016-05-12gnu: tinc: Update to 1.0.28.Efraim Flashner 2016-05-12gnu: openvpn: Update to 2.3.9....Efraim Flashner 2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost 2016-02-05gnu: vpnc: Make sure 'vpnc-script' finds the commands it needs....Ludovic Courtès 2015-09-20gnu: vpnc: Use https for source URL....Ricardo Wurmus 2015-09-03gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir....宋文武