From f0b0ff7450194c745f655412315e8b30fa15bc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Mon, 2 Sep 2013 17:07:46 +0200 Subject: main/mesa: fix build --- main/mesa/APKBUILD | 1 - main/mesa/uclibc-debug.patch | 23 ----------------------- 2 files changed, 24 deletions(-) delete mode 100644 main/mesa/uclibc-debug.patch (limited to 'main/mesa') diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index a5ceae451..a6e04a726 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -25,7 +25,6 @@ makedepends="$depends_dev expat-dev xextproto python libxt-dev makedepend autoconf automake libtool" source="ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-$pkgver.tar.bz2 glx_ro_text_segm.patch - uclibc-debug.patch " _dri_driverdir=/usr/lib/xorg/modules/dri diff --git a/main/mesa/uclibc-debug.patch b/main/mesa/uclibc-debug.patch deleted file mode 100644 index e503d15a6..000000000 --- a/main/mesa/uclibc-debug.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/gallium/auxiliary/util/u_debug_symbol.c.orig -+++ ./src/gallium/auxiliary/util/u_debug_symbol.c -@@ -151,10 +151,8 @@ - } - #endif - --#ifdef __GLIBC__ --#ifndef __UCLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - #include --#endif - - /* This can only provide dynamic symbols, or binary offsets into a file. - * -@@ -179,7 +177,7 @@ - return; - #endif - --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - debug_symbol_name_glibc(addr, buf, size); - if(buf[0]) - return; -- cgit v1.2.3