diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-21 18:00:04 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-21 18:03:04 -0400 |
commit | 04b906799168008c41f62402eee74bd47c1c2681 (patch) | |
tree | 7417b5115a08fe2f7b4aa62887c8450e400896ac /gnu/packages/patches/xf86-video-intel-glibc-2.20.patch | |
parent | 904c6c42eb8c3805edd293666eeb4b3837e2b7a6 (diff) | |
download | guix-04b906799168008c41f62402eee74bd47c1c2681.tar guix-04b906799168008c41f62402eee74bd47c1c2681.tar.gz |
gnu: Remove unused patches.
* gnu/packages/patches/gcc-libiberty-printf-decl.patch,
gnu/packages/patches/grub-CVE-2015-8370.patch,
gnu/packages/patches/grub-freetype.patch,
gnu/packages/patches/grub-gets-undeclared.patch,
gnu/packages/patches/guile-arm-fixes.patch,
gnu/packages/patches/mplayer2-theora-fix.patch,
gnu/packages/patches/soprano-find-clucene.patch,
gnu/packages/patches/util-linux-CVE-2017-2616.patch,
gnu/packages/patches/xf86-video-intel-compat-api.patch,
gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/patches/xf86-video-intel-glibc-2.20.patch')
-rw-r--r-- | gnu/packages/patches/xf86-video-intel-glibc-2.20.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/xf86-video-intel-glibc-2.20.patch b/gnu/packages/patches/xf86-video-intel-glibc-2.20.patch deleted file mode 100644 index aeebfacdcd..0000000000 --- a/gnu/packages/patches/xf86-video-intel-glibc-2.20.patch +++ /dev/null @@ -1,15 +0,0 @@ -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> |