summaryrefslogtreecommitdiff
path: root/package/mesalib/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/mesalib/patches')
-rw-r--r--package/mesalib/patches/patch-configure_ac11
-rw-r--r--package/mesalib/patches/patch-include_c11_threads_posix_h11
-rw-r--r--package/mesalib/patches/patch-src_gallium_include_pipe_p_config_h11
-rw-r--r--package/mesalib/patches/patch-src_mesa_main_querymatrix_c11
4 files changed, 0 insertions, 44 deletions
diff --git a/package/mesalib/patches/patch-configure_ac b/package/mesalib/patches/patch-configure_ac
deleted file mode 100644
index 32b3d8053..000000000
--- a/package/mesalib/patches/patch-configure_ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/configure.ac 2014-02-27 02:56:39.000000000 +0100
-+++ Mesa-10.1.0/configure.ac 2014-03-14 21:36:14.000000000 +0100
-@@ -65,7 +65,7 @@ AC_PATH_PROG([PERL], [perl])
-
- AC_CHECK_PROG(INDENT, indent, indent, cat)
- if test "x$INDENT" != "xcat"; then
-- AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
-+ AC_SUBST(INDENT_FLAGS, '-i4 -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
- fi
-
- AC_PROG_INSTALL
diff --git a/package/mesalib/patches/patch-include_c11_threads_posix_h b/package/mesalib/patches/patch-include_c11_threads_posix_h
deleted file mode 100644
index 2e79238f7..000000000
--- a/package/mesalib/patches/patch-include_c11_threads_posix_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/include/c11/threads_posix.h 2014-02-27 02:56:39.000000000 +0100
-+++ Mesa-10.1.0/include/c11/threads_posix.h 2014-03-14 21:54:55.000000000 +0100
-@@ -176,7 +176,7 @@ mtx_init(mtx_t *mtx, int type)
- return thrd_error;
- pthread_mutexattr_init(&attr);
- if ((type & mtx_recursive) != 0) {
--#if defined(__linux__) || defined(__linux)
-+#if defined(__GLIBC__)
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
- #else
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
diff --git a/package/mesalib/patches/patch-src_gallium_include_pipe_p_config_h b/package/mesalib/patches/patch-src_gallium_include_pipe_p_config_h
deleted file mode 100644
index b929e8758..000000000
--- a/package/mesalib/patches/patch-src_gallium_include_pipe_p_config_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/src/gallium/include/pipe/p_config.h 2014-02-27 02:56:39.000000000 +0100
-+++ Mesa-10.1.0/src/gallium/include/pipe/p_config.h 2014-03-14 21:36:14.000000000 +0100
-@@ -130,7 +130,7 @@
- * Endian detection.
- */
-
--#ifdef __GLIBC__
-+#ifdef __linux__
- #include <endian.h>
-
- #if __BYTE_ORDER == __LITTLE_ENDIAN
diff --git a/package/mesalib/patches/patch-src_mesa_main_querymatrix_c b/package/mesalib/patches/patch-src_mesa_main_querymatrix_c
deleted file mode 100644
index db87901d3..000000000
--- a/package/mesalib/patches/patch-src_mesa_main_querymatrix_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/src/mesa/main/querymatrix.c 2014-02-27 02:56:40.000000000 +0100
-+++ Mesa-10.1.0/src/mesa/main/querymatrix.c 2014-03-14 21:36:14.000000000 +0100
-@@ -76,7 +76,7 @@ fpclassify(double x)
- #elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
- defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
- (defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) || \
-- (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || defined(__HAIKU__)
-+ (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || defined(__HAIKU__) || 1
-
- /* fpclassify is available. */
-