Ticket #37394: Portfile.tcl_8.6.0_1.diff

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

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

  • Portfile

    old new  
    6767    configure.args-append tcl_cv_type_64bit="long long"
    6868}
    6969
     70platform darwin 8 {
     71    # See http://trac.macports.org/ticket/32930 for why this is needed.
     72    configure.cppflags-append -DSQLITE_WITHOUT_ZONEMALLOC
     73}
     74
    7075# Files with failing tests: socket.test
    7176test.run      yes
    7277