Ticket #14416: Portfile.patch

File Portfile.patch, 469 bytes (added by giorgio_v@…, 16 years ago)
  • Portfile

    old new  
    3737    ln -s ${prefix}/lib/libtcl8.5.dylib ${destroot}${prefix}/lib/libtcl.dylib
    3838}
    3939
     40variant +threads description {add  multithreading support} {
     41        configure.args-append           --enable-threads
     42}
     43
    4044# Files with failing tests: socket.test
    4145test.run      yes
    4246