From b8bce71dcb38c1457d226bf5345a2c15f12d9fc9 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 24 Apr 2013 21:30:35 +0000 Subject: [PATCH] Mesa: Update Mesa 7.8.2 package * Utilize mmap vs malloc due to the new NX support * GL applications no longer crash * Fixes #9685 gcc2 --- build/jam/BuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 6f1cca69ae..1fb19321d5 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -346,7 +346,7 @@ if $(TARGET_ARCH) = x86 { if $(HAIKU_GCC_VERSION[1]) >= 4 { HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-03-20.zip ; } else { - HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-02-17.zip ; + HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-04-24.zip ; } zipFile = [ DownloadFile $(HAIKU_MESA_FILE)