New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80888


Ignore:
Timestamp:
07/20/11 00:44:31 (4 years ago)
Author:
takeshi@…
Message:

hdfeos: fix build failure with universal variant; see #29881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/hdfeos/Portfile

    r80887 r80888  
    3030                            --disable-dependency-tracking 
    3131configure.cc                ${prefix}/bin/h4cc 
     32if {[variant_isset universal]} { 
     33    post-patch { 
     34        reinplace "s|/lib/cpp|/usr/bin/cpp|g" ${worksrcpath}/configure 
     35    } 
     36} 
    3237post-destroot { 
    3338    eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] \ 
Note: See TracChangeset for help on using the changeset viewer.