summaryrefslogtreecommitdiff
path: root/packages/x11-dri/mesa/files/mesa-12.0-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11-dri/mesa/files/mesa-12.0-musl.patch')
-rw-r--r--packages/x11-dri/mesa/files/mesa-12.0-musl.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/x11-dri/mesa/files/mesa-12.0-musl.patch b/packages/x11-dri/mesa/files/mesa-12.0-musl.patch
deleted file mode 100644
index 1893d87..0000000
--- a/packages/x11-dri/mesa/files/mesa-12.0-musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=93059
-From 553b874eefbdafb0b1f509cd39f861f5c3b98efe Mon Sep 17 00:00:00 2001
-From: Kylie McClain <somasis@exherbo.org>
-Date: Sat, 21 Nov 2015 16:39:20 -0500
-Subject: [PATCH] i965: don't underlink i965_dri.so, causes miserable failure
- on musl libc
-
----
- src/mesa/drivers/dri/i965/Makefile.am | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
-index 0a5222e..0a88ec5 100644
---- a/src/mesa/drivers/dri/i965/Makefile.am
-+++ b/src/mesa/drivers/dri/i965/Makefile.am
-@@ -52,7 +52,8 @@ libi965_dri_la_SOURCES = $(i965_FILES)
- libi965_dri_la_LIBADD = \
- $(top_builddir)/src/intel/isl/libisl.la \
- libi965_compiler.la \
-- $(INTEL_LIBS)
-+ $(INTEL_LIBS) \
-+ $(top_builddir)/src/mapi/shared-glapi/libglapi.la
-
- libi965_compiler_la_SOURCES = \
- $(i965_compiler_FILES) \
---
-2.8.3
-