Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 28290

Show
Ignore:
Timestamp:
2007-08-27 16:29:08 (15 months ago)
Author:
mww@…
Message:

change mirror to macports, use new configure.cc/cxx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/smpeg/Portfile

    r27176 r28290  
    1414homepage        http://www.lokigames.com/development/smpeg.php3 
    1515master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/ freebsd \ 
    16                 macports:mww macports:mww:lt 
     16                macports macports:lt 
    1717distfiles-append        ltconfig13:lt ltmain13:lt 
    1818extract.only    ${distname}${extract.suffix} 
     
    3838                --enable-shared=no 
    3939 
    40 configure.env   CC=g++ 
     40configure.cc    g++ 
     41 
     42platform darwin 7 { 
     43        configure.cc    /usr/bin/g++-3.3 
     44        configure.cxx   /usr/bin/g++-3.3 
     45} 
     46 
    4147platform darwin 8 { 
    42         configure.env   CC=/usr/bin/g++-4.0 CXX=/usr/bin/g++-4.0 
     48        configure.cc    /usr/bin/g++-4.0 
     49        configure.cxx   /usr/bin/g++-4.0 
    4350} 
    4451