Ticket #20458: Portfile-php5-sqlite.diff
File Portfile-php5-sqlite.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
4 4 PortGroup php5extension 1.0 5 5 6 6 php5extension.setup sqlite 5.3.0 bundled 7 revision 1 7 8 php5extension.use_phpize no 8 9 categories-append databases 9 10 platforms darwin … … 18 19 sha1 934700941d216c453376e3bf24347041cf12c6dc \ 19 20 rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44 20 21 21 # Note that the sqlite extension uses the built-in sqlite2 libraries while 22 # the pdo_sqlite extension usesthe libraries from the sqlite3 port.22 # Note that the sqlite extension uses the built-in sqlite2 libraries while the 23 # sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port. 23 24 24 25 depends_lib-append port:sqlite3 25 26 26 27 configure.args-append --enable-pdo \ 27 28 --with-sqlite=shared \ 29 --with-sqlite3=shared,${prefix} \ 28 30 --with-pdo-sqlite=shared,${prefix} \ 29 31 --enable-sqlite-utf8 30 32