Ticket #11657: Portfile.diff

File Portfile.diff, 1.1 KB (added by arto.bendiken@…, 17 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            chicken
    5 version         2.5
     5version         2.6
    66categories      lang scheme
    77maintainers     waqar@macports.org
    88description     Compiler for the Scheme programming language
     
    1414homepage        http://www.call-with-current-continuation.org/
    1515platforms       darwin
    1616master_sites    http://www.call-with-current-continuation.org/
    17 checksums       sha1 5f0e160d5b803d4b51c649a3028124008507d4b6
     17checksums       sha1 4010d21db1b0d2df3b3ab392503be4bb19073bbd
    1818configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man \
    1919                --enable-gc-hooks --enable-apply-hook \
    2020                --enable-extra-symbol-slot \
    2121                --enable-symbol-gc
    2222
    2323platform darwin 8 {
    24         configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     24        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 \
     25                CPPFLAGS=-I/opt/local/include CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib
    2526}
    2627
    2728variant no-hooks {