Ticket #21410: diff
File diff, 586 bytes (added by wholzing@…, 15 years ago) |
---|
-
Portfile
old new 4 4 5 5 name sqlite3 6 6 version 3.6.18 7 revision 1 7 8 categories databases 8 9 platforms darwin 9 10 maintainers mww … … 36 37 # search in worksrcpath for sqlite3.h first -- dont pick up an installed one! 37 38 configure.cppflags "-DSQLITE_ENABLE_COLUMN_METADATA=1 -I${worksrcpath} -I${prefix}/include" 38 39 40 variant rtree description {Enable support for R-tree index.} { 41 configure.cppflags-append "-DSQLITE_ENABLE_RTREE=1" 42 } 43 39 44 use_parallel_build no 40 45 build.type gnu 41 46