Ticket #16494: tcl.diff

File tcl.diff, 352 bytes (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

    old new  
    4343    configure.args-append --enable-threads
    4444}
    4545
     46variant memdebug description {enable memory debugging support} {
     47    configure.args-append --enable-symbols=mem
     48}
     49
    4650# Files with failing tests: socket.test
    4751test.run      yes
    4852