[75074] trunk/dports/x11/mesa

ryandesign at macports.org ryandesign at macports.org
Fri Jan 14 13:57:16 PST 2011


Revision: 75074
          http://trac.macports.org/changeset/75074
Author:   ryandesign at macports.org
Date:     2011-01-14 13:57:08 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
mesa: fix build on Tiger; see #24393

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Added Paths:
-----------
    trunk/dports/x11/mesa/files/mesa_Makefile-gallium-suppression.diff

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2011-01-14 19:12:14 UTC (rev 75073)
+++ trunk/dports/x11/mesa/Portfile	2011-01-14 21:57:08 UTC (rev 75074)
@@ -124,6 +124,7 @@
 
 platform darwin 8 {
     patchfiles-append patch-Mesa_7.6-src-glu-sgi-glu.exports.darwin.diff
+    patchfiles-append mesa_Makefile-gallium-suppression.diff
 
     post-patch {
         # http://trac.macports.org/ticket/24345

Added: trunk/dports/x11/mesa/files/mesa_Makefile-gallium-suppression.diff
===================================================================
--- trunk/dports/x11/mesa/files/mesa_Makefile-gallium-suppression.diff	                        (rev 0)
+++ trunk/dports/x11/mesa/files/mesa_Makefile-gallium-suppression.diff	2011-01-14 21:57:08 UTC (rev 75074)
@@ -0,0 +1,20 @@
+--- Mesa-7.8.2/src/mesa/Makefile.orig	2010-12-01 00:08:30.000000000 +0900
++++ Mesa-7.8.2/src/mesa/Makefile	2010-12-01 00:11:20.000000000 +0900
+@@ -20,7 +20,7 @@
+ 
+ # Default: build dependencies, then asm_subdirs, GLSL built-in lib,
+ # then convenience libs (.a) and finally the device drivers:
+-default: depend asm_subdirs glsl_builtin libmesa.a libmesagallium.a \
++default: depend asm_subdirs glsl_builtin libmesa.a \
+ 	libglapi.a driver_subdirs
+ 
+ 
+@@ -42,7 +42,7 @@
+ 
+ ######################################################################
+ # Device drivers
+-driver_subdirs: libmesa.a libglapi.a libmesagallium.a
++driver_subdirs: libmesa.a libglapi.a
+ 	@ (cd drivers && $(MAKE))
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/32490c0a/attachment.html>


More information about the macports-changes mailing list