Ticket #18262: Portfile.diff

File Portfile.diff, 695 bytes (added by michael-ring@…, 15 years ago)
  • Portfile

    old new  
    6161    port:freetype
    6262
    6363patchfiles \
    64     patch-bind.diff
     64    patch-bind.diff \
     65    patch-oci.diff
    6566
    6667use_autoconf            yes
    6768autoconf.cmd            ${prefix}/bin/autoconf213
     
    280281    depends_lib-append \
    281282        port:oracle-instantclient
    282283    configure.args-append \
    283         --with-oci8=instantclient,${prefix}/lib/oracle
     284        --with-oci8=instantclient,${prefix}/lib/oracle \
     285        --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1
    284286}
    285287
    286288variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {