[80341] trunk/dports/x11/mesa/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Jul 9 14:35:35 PDT 2011
Revision: 80341
http://trac.macports.org/changeset/80341
Author: jeremyhu at macports.org
Date: 2011-07-09 14:35:31 -0700 (Sat, 09 Jul 2011)
Log Message:
-----------
mesa: gallium still fails to build on Tiger/ppc, #24393
Modified Paths:
--------------
trunk/dports/x11/mesa/Portfile
Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile 2011-07-09 13:07:00 UTC (rev 80340)
+++ trunk/dports/x11/mesa/Portfile 2011-07-09 21:35:31 UTC (rev 80341)
@@ -129,11 +129,15 @@
patchfiles-append tiger-exports.patch
post-patch {
+ # http://trac.macports.org/ticket/24345
+ # http://trac.macports.org/ticket/24393
+ # http://trac.macports.org/ticket/29860
+ if {${build_arch} == "ppc"} {
+ reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin
+ }
+
# These are being comented out to find out if they're still broken
# 6/6/2011
- # http://trac.macports.org/ticket/24345
- # http://trac.macports.org/ticket/24393
- #reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin
#reinplace "/SRC_DIRS/ s/mesa//" ${worksrcpath}/configs/darwin
# libOSMesa fails on Tiger, too...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110709/8db170c7/attachment.html>
More information about the macports-changes
mailing list