Ticket #14416: Portfile.patch
File Portfile.patch, 469 bytes (added by giorgio_v@…, 17 years ago) |
---|
-
Portfile
old new 37 37 ln -s ${prefix}/lib/libtcl8.5.dylib ${destroot}${prefix}/lib/libtcl.dylib 38 38 } 39 39 40 variant +threads description {add multithreading support} { 41 configure.args-append --enable-threads 42 } 43 40 44 # Files with failing tests: socket.test 41 45 test.run yes 42 46