Ticket #37369: Portfile.tcl_8.6.0_0.diff

File Portfile.tcl_8.6.0_0.diff, 408 bytes (added by ccarey@…, 11 years ago)

patch to the Portfile to allow tcl @8.6.0_0 +corefoundation to build successfully on Tiger

  • Portfile

    old new  
    6464    configure.args-append tcl_cv_type_64bit="long long"
    6565}
    6666
     67platform darwin 8 {
     68    # See http://trac.macports.org/ticket/32930 for why this is needed.
     69    configure.cppflags-append -DSQLITE_WITHOUT_ZONEMALLOC
     70}
     71
    6772# Files with failing tests: socket.test
    6873test.run      yes
    6974