Ticket #15163: sqlite3-tcl-threads.diff

File sqlite3-tcl-threads.diff, 525 bytes (added by pfein@…, 16 years ago)
  • Portfile

    old new  
    4545        xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
    4646}
    4747
     48variant 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