From 3748dd6c78d91938481c28c0bec2e7ee6bb22318 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 21 Dec 2012 14:41:35 -0600 Subject: [PATCH] Mesa: Update package to current version --- build/jam/BuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index b47f8f6395..154d4eaaf4 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -232,7 +232,7 @@ if $(TARGET_ARCH) = x86 { if $(TARGET_ARCH) = x86 { local zipFile ; if $(HAIKU_GCC_VERSION[1]) >= 4 { - HAIKU_MESA_FILE = mesa-9.0.1-x86-gcc4-2012-12-19.zip ; + HAIKU_MESA_FILE = mesa-9.0.1-x86-gcc4-2012-12-21.zip ; } else { HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2012-01-17.zip ; }