[haiku-commits] haiku: hrev45555 - build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Apr 2013 04:43:59 +0200 (CEST)

hrev45555 adds 1 changeset to branch 'master'
old head: 95098f927d33d4ab153f39bb36458a8e8191a5bc
new head: b8bce71dcb38c1457d226bf5345a2c15f12d9fc9
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=b8bce71+%5E95098f9

----------------------------------------------------------------------------

b8bce71: 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

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45555
Commit:      b8bce71dcb38c1457d226bf5345a2c15f12d9fc9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b8bce71
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Wed Apr 24 21:30:35 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9685

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/BuildFeatures | 2 +-

----------------------------------------------------------------------------

diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures
index 6f1cca6..1fb1932 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)


Other related posts: