From 9985a630fe2a3c7cde1b540e30e558c3561163fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 May 2015 14:04:56 +0200 Subject: [PATCH] libGL: unbreak musl build: dev_t is declared in sys/types.h. --- srcpkgs/libGL/patches/musl.patch | 11 +++++++++++ srcpkgs/libGL/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libGL/patches/musl.patch diff --git a/srcpkgs/libGL/patches/musl.patch b/srcpkgs/libGL/patches/musl.patch new file mode 100644 index 00000000000..a2373dacc91 --- /dev/null +++ b/srcpkgs/libGL/patches/musl.patch @@ -0,0 +1,11 @@ +--- src/gallium/winsys/svga/drm/vmw_screen.h.orig 2015-05-07 14:02:28.033079796 +0200 ++++ src/gallium/winsys/svga/drm/vmw_screen.h 2015-05-07 14:02:48.832054666 +0200 +@@ -35,6 +35,8 @@ + #define VMW_SCREEN_H_ + + ++#include /* dev_t */ ++ + #include "pipe/p_compiler.h" + #include "pipe/p_state.h" + diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 26770ab9d66..6d2f42f7c03 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -1,4 +1,4 @@ -# Template build file for 'libGL'. +# Template build file for 'libGL' pkgname=libGL version=10.5.4 revision=1