New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83049


Ignore:
Timestamp:
08/24/11 13:06:30 (4 years ago)
Author:
easieste@…
Message:

A working post ecl-11.1 from git under OS X Lion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/ecl/Portfile

    r75256 r83049  
    2121                    rmd160  e15dd8cf02cd6ad78ef35293df014363615fd4ad 
    2222use_parallel_build      no 
     23 
     24platform darwin 11 { 
     25         fetch.type             git     
     26         git.url                git://ecls.git.sourceforge.net/gitroot/ecls/ecl 
     27         git.branch             24eb6a44bc842d3d7ee52fb93f638340176ce552 
     28         configure.compiler     gcc-4.2 
     29         build.args-append      CC=${configure.cc} \ 
     30                                CXX=${configure.cxx} \ 
     31                                CPP=${configure.cpp}  
     32} 
     33 
Note: See TracChangeset for help on using the changeset viewer.