From b4764ec2fed4b954b6ca5c0e4f1a748491a7b60a Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 27 Apr 2013 01:41:22 +0000 Subject: [PATCH] Mesa: Update Mesa 9.1.1 gcc4 build package * New package uses mmap vs malloc for exec memory * Solves #9685 on gcc4 --- build/jam/BuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 1fb19321d5..d768c21358 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -344,7 +344,7 @@ if $(TARGET_ARCH) = x86 { if $(TARGET_ARCH) = x86 { local zipFile ; if $(HAIKU_GCC_VERSION[1]) >= 4 { - HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-03-20.zip ; + HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-04-27.zip ; } else { HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-04-24.zip ; }