[66190] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 6 17:39:16 PDT 2010


Revision: 66190
          http://trac.macports.org/changeset/66190
Author:   jeremyhu at macports.org
Date:     2010-04-06 17:39:12 -0700 (Tue, 06 Apr 2010)
Log Message:
-----------
mesa: Don't build libOSMesa on Tiger either... Old cats are grumpy.

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

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2010-04-06 23:54:43 UTC (rev 66189)
+++ trunk/dports/x11/mesa/Portfile	2010-04-07 00:39:12 UTC (rev 66190)
@@ -102,7 +102,7 @@
 
 post-patch {
 	# http://trac.macports.org/ticket/24337
-	reinplace "s:glew::g" ${worksrcpath}/configs/darwin
+	reinplace "/SRC_DIRS/ s/glew//g" ${worksrcpath}/configs/darwin
 
 	# Ensure correct compilers are used in mklib.
 	reinplace "s:LINK=\"g++\":LINK=\"${configure.cxx}\":"  ${worksrcpath}/bin/mklib
@@ -136,8 +136,11 @@
 
     post-patch {
         # http://trac.macports.org/ticket/24345
-        reinplace "s:gallium::g" ${worksrcpath}/configs/darwin
+        reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin
 
+        # libOSMesa fails on Tiger, too...
+        reinplace "/DRIVER_DIRS/ s/osmesa//" ${worksrcpath}/configs/darwin
+
 	# http://trac.macports.org/ticket/24366
 	reinplace "s:-fno-strict-aliasing:-fno-strict-aliasing -fno-common:g" ${worksrcpath}/configs/darwin
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100406/63914781/attachment-0001.html>


More information about the macports-changes mailing list