New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80341


Ignore:
Timestamp:
07/09/11 14:35:31 (4 years ago)
Author:
jeremyhu@…
Message:

mesa: gallium still fails to build on Tiger/ppc, #24393

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/mesa/Portfile

    r79626 r80341  
    130130 
    131131    post-patch { 
     132        # http://trac.macports.org/ticket/24345 
     133        # http://trac.macports.org/ticket/24393 
     134        # http://trac.macports.org/ticket/29860 
     135        if {${build_arch} == "ppc"} { 
     136            reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin 
     137        }        
     138 
    132139        # These are being comented out to find out if they're still broken 
    133140        # 6/6/2011 
    134         # http://trac.macports.org/ticket/24345 
    135         # http://trac.macports.org/ticket/24393 
    136         #reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin 
    137141        #reinplace "/SRC_DIRS/ s/mesa//" ${worksrcpath}/configs/darwin 
    138142 
Note: See TracChangeset for help on using the changeset viewer.