Ticket #30137: Portfile.diff

File Portfile.diff, 651 bytes (added by dbevans (David B. Evans), 13 years ago)

Preliminary path to Portfile to use gcc-4.2

  • Portfile

     
    7373                port:bzip2 \
    7474                port:zlib
    7575
     76
     77use_parallel_build no
     78
    7679build.cmd       ${prefix}/bin/gmake
    7780build.env-append V=1
    7881
     
    8588# Under some conditions, llvm-gcc-4.2 drops some "unused" code even though it is used
    8689# fixed in llvm-gcc trunk, but not in Apple's shipped llvm-gccs.
    8790if {${configure.compiler} == "llvm-gcc-4.2"} {
    88         configure.compiler clang
     91        configure.compiler gcc-4.2
    8992}
    9093
    9194configure.cflags-append    -DHAVE_LRINTF ${configure.cppflags}