Ticket #29382: Portfile.diff

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

    old new  
    3636                                        port:zlib \
    3737                                        port:gmp
    3838
     39configure.compiler  gcc-4.2
     40
    3941variant demos description {Create demos} {
    4042        PortGroup                               qt4 1.0
    4143
     
    6163                                                        copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
    6264        }
    6365}
     66
     67platform darwin 8 {
     68    depends_lib-append      apple-gcc42
     69    configure.compiler      apple-gcc-4.2
     70}