Ticket #36267: qore-oracle-module.diff

File qore-oracle-module.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    55
    66name                qore-oracle-module
    77version             2.1
     8revision            1
    89use_bzip2           yes
    910categories          lang
    1011license             LGPL-2.1
     
    1314long_description    Module allowing communication with Oracle DBs from the Qore Programming Language
    1415homepage            http://qore.org
    1516platforms           darwin
    16 master_sites        sourceforge:qore
     17master_sites        sourceforge:project/qore/module-oracle/${version}
    1718
    1819checksums           md5     39205c5e928b6d6e319a7f361908437d \
    1920                    sha1    aed78f9dfd488e558a607211dbfdd2cdb298302c \
     
    2324                    port:oracle-instantclient
    2425
    2526configure.args      --disable-debug
     27
     28if {${os.platform} == "darwin" && ${os.major} > 10} {
     29    # oracle-instantclient 10.2.0.4.0 crashes in 64-bit mode on Lion and up.
     30    supported_archs i386
     31}