From fa448c3d0b12a414235560d2cbd14eb74aace7bd Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Tue, 12 Jul 2011 10:52:25 -0300 Subject: Libtool hold update until glibc-2.14, mesa update (+1 patch), etc. --- extra/mesa/mesa-loongson.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/mesa/mesa-loongson.patch (limited to 'extra/mesa/mesa-loongson.patch') diff --git a/extra/mesa/mesa-loongson.patch b/extra/mesa/mesa-loongson.patch new file mode 100644 index 000000000..fa82abe49 --- /dev/null +++ b/extra/mesa/mesa-loongson.patch @@ -0,0 +1,11 @@ +--- Mesa-6.5.2/include/GL/internal/sarea.h.orig 2007-03-01 05:27:22.000000000 +0800 ++++ Mesa-6.5.2/include/GL/internal/sarea.h 2007-03-01 05:27:49.000000000 +0800 +@@ -44,6 +44,8 @@ + /* SAREA area needs to be at least a page */ + #if defined(__alpha__) + #define SAREA_MAX 0x2000 ++#elif defined(__mips__) ++#define SAREA_MAX 0x4000 + #elif defined(__ia64__) + #define SAREA_MAX 0x10000 /* 64kB */ + #else -- cgit v1.2.3-54-g00ecf