Ticket #12174: Portfile.diff
File Portfile.diff, 434 bytes (added by jmpalacios (Juan Manuel Palacios), 17 years ago) |
---|
-
Portfile
26 26 27 27 configure.args --enable-threadsafe --disable-tcl 28 28 29 configure.cflags-append -DSQLITE_ENABLE_LOCKING_STYLE=1 30 29 31 build.type gnu 30 build.env CFLAGS="-I${prefix}/include/ -DSQLITE_ENABLE_LOCKING_STYLE=1" \31 LDFLAGS="-L${prefix}/lib"32 32 33 33 test.run yes 34 34 test.target test