summary refs log tree commit diff
path: root/gnu/packages/patches/xf86-video-intel-compat-api.patch
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-04-21 18:00:04 -0400
committerLeo Famulari <leo@famulari.name>2017-04-21 18:03:04 -0400
commit04b906799168008c41f62402eee74bd47c1c2681 (patch)
tree7417b5115a08fe2f7b4aa62887c8450e400896ac /gnu/packages/patches/xf86-video-intel-compat-api.patch
parent904c6c42eb8c3805edd293666eeb4b3837e2b7a6 (diff)
downloadguix-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-compat-api.patch')
-rw-r--r--gnu/packages/patches/xf86-video-intel-compat-api.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/xf86-video-intel-compat-api.patch b/gnu/packages/patches/xf86-video-intel-compat-api.patch
deleted file mode 100644
index 786de5c45d..0000000000
--- a/gnu/packages/patches/xf86-video-intel-compat-api.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This patch was copied from Debian.
-
---- xserver-xorg-video-intel-2.21.15.orig/src/compat-api.h
-+++ xserver-xorg-video-intel-2.21.15/src/compat-api.h
-@@ -158,4 +158,8 @@
- 	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
- #endif
- 
-+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
-+#define DamageUnregister(d, dd) DamageUnregister(dd)
-+#endif
-+
- #endif