Changeset 98250


Ignore:
Timestamp:
Oct 1, 2012, 12:51:51 AM (12 years ago)
Author:
ryandesign@…
Message:

libzdb-oracle: build 32-bit on Lion and up to avoid crash (#36261)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/libzdb-mysql55/Portfile

    r96768 r98250  
    126126subport libzdb-oracle {
    127127
     128    revision            1
     129
    128130    description-append  {Built for oracle.}
    129131
    130132    depends_lib-append      port:oracle-instantclient
     133
     134    if {${os.platform} == "darwin" && ${os.major} > 10} {
     135        # oracle-instantclient 10.2.0.4.0 crashes in 64-bit mode on Lion and up.
     136        supported_archs i386
     137    }
     138
    131139    configure.args-delete   --without-oci
    132140    configure.args-append   --with-oci-include=${prefix}/lib/oracle/sdk/include \
Note: See TracChangeset for help on using the changeset viewer.