New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82790


Ignore:
Timestamp:
08/20/11 04:52:09 (4 years ago)
Author:
mk@…
Message:

science/scotch: make sure the right compiler is being used

File:
1 edited

Legend:

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

    r82789 r82790  
    66name                scotch 
    77version             5.1.11 
    8 revision            2 
     8revision            3 
    99 
    1010# this is specific to this port and *version* for downloading it: 
     
    5151 
    5252pre-build { 
    53         ln -sf ${worksrcpath}/Make.inc/Makefile.inc.i686_mac_darwin8 ${worksrcpath}/Makefile.inc 
     53    copy ${worksrcpath}/Make.inc/Makefile.inc.i686_mac_darwin8 ${worksrcpath}/Makefile.inc 
     54    reinplace "s|gcc|\$(CC)|" ${worksrcpath}/Makefile.inc 
    5455} 
    5556 
Note: See TracChangeset for help on using the changeset viewer.