Ticket #15163: sqlite3-tcl-threads.diff
File sqlite3-tcl-threads.diff, 525 bytes (added by pfein@…, 17 years ago) |
---|
-
Portfile
old new 45 45 xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 46 46 } 47 47 48 variant tcl description {Include Tcl bindings} { 49 depends_lib-append port:tcl 50 configure.args-delete --disable-tcl 51 configure.args-append --enable-tcl --with-tcl=${prefix}/lib 52 configure.env-append TCLSH_CMD=${prefix}/bin/tclsh 53 configure.cflags-append -DTCL_THREADS 54 } 55 No newline at end of file