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
This commit is contained in:
Alexander von Gluck IV
2013-04-24 21:31:11 +00:00
parent 95098f927d
commit b8bce71dcb
+1 -1
View File
@@ -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)