Ticket #31759: Portfile.diff

File Portfile.diff, 384 bytes (added by raphael-st (Raphael Straub), 13 years ago)
  • Portfile

    old new  
    4040    if {![file executable ${configure.cc}]} {
    4141        depends_build-append port:apple-gcc42
    4242        configure.compiler apple-gcc-4.2
     43        # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
     44        configure.cxx ${prefix}/bin/g++-apple-4.2
    4345    }
    4446}
    4547