summaryrefslogtreecommitdiffstats
path: root/package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-07-21 21:07:19 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-23 14:41:49 +0200
commit1d41f2dec09f40882ba5ecc7423c353042c11342 (patch)
tree1b5ca68c3f8e0e78aefb94f41d8a11595bf9b44d /package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch
parent52b06ebbcffd0905cf8cf26673453bd619194d3d (diff)
downloadbuildroot-1d41f2dec09f40882ba5ecc7423c353042c11342.tar.gz
buildroot-1d41f2dec09f40882ba5ecc7423c353042c11342.zip
package/libdrm: bump version to 2.4.69
Removed patch 0002, applied upstream: https://cgit.freedesktop.org/mesa/drm/commit/xf86drm.c?id=4031dc17bb728850c9b079c8d5f9cc0a379b9d46 Renumbered patch 0003. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch')
-rw-r--r--package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch b/package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch
deleted file mode 100644
index 03b4524510..0000000000
--- a/package/libdrm/0002-xf86drm.c-Include-limits.h-to-fix-build-error-on-Sol.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 3fed80daf1dcb0b5d20e623d27228726c735e138 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Sun, 27 Sep 2015 19:09:47 +0200
-Subject: [PATCH 1/1] xf86drm.c: Include limits.h to fix build error on Solaris
- and with musl
-
-musl's strict implementation requires #include <limits.h> for PATH_MAX.
-
-Patch suggested by evgeny for Solaris:
-https://bugs.freedesktop.org/show_bug.cgi?id=92082
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- xf86drm.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/xf86drm.c b/xf86drm.c
-index a9f5c29..ec985eb 100644
---- a/xf86drm.c
-+++ b/xf86drm.c
-@@ -53,6 +53,7 @@
- #include <sys/ioctl.h>
- #include <sys/time.h>
- #include <stdarg.h>
-+#include <limits.h>
- #ifdef HAVE_SYS_MKDEV_H
- # include <sys/mkdev.h> /* defines major(), minor(), and makedev() on Solaris */
- #endif
---
-2.5.3
-
OpenPOWER on IntegriCloud