Ticket #17976: Portfile.diff

File Portfile.diff, 469 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)

Here it is expressed as a diff

  • Portfile

     
    180180        --with-gmp=${prefix}
    181181}
    182182
     183variant db4 description {Add db4 handle support} {
     184# This compiles PHP5 with db46 enabled
     185    depends_lib-append \
     186        port:db46
     187    configure.args-append \
     188        --with-db4=${prefix}
     189}
     190
    183191variant dbase description {Add dBase file format support} {
    184192    configure.args-append \
    185193        --enable-dbase