Ticket #20458: Portfile-php5-sqlite.diff

File Portfile-php5-sqlite.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

     
    44PortGroup               php5extension 1.0
    55
    66php5extension.setup     sqlite 5.3.0 bundled
     7revision                1
    78php5extension.use_phpize no
    89categories-append       databases
    910platforms               darwin
     
    1819                        sha1    934700941d216c453376e3bf24347041cf12c6dc \
    1920                        rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
    2021
    21 # Note that the sqlite extension uses the built-in sqlite2 libraries while
    22 # the pdo_sqlite extension uses the 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.
    2324
    2425depends_lib-append      port:sqlite3
    2526
    2627configure.args-append   --enable-pdo \
    2728                        --with-sqlite=shared \
     29                        --with-sqlite3=shared,${prefix} \
    2830                        --with-pdo-sqlite=shared,${prefix} \
    2931                        --enable-sqlite-utf8
    3032