Ticket #26346: fastdb-3.64.diff

File fastdb-3.64.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

attempted update which doesn't work

  • Portfile

     
    44PortSystem          1.0
    55
    66name                fastdb
    7 version             3.05
     7version             3.64
    88categories          databases
    99platforms           darwin
    1010maintainers         nomaintainer
     
    1616homepage            http://www.fastdb.org/
    1717master_sites        ${homepage} sourceforge
    1818
    19 checksums           md5     becbe908178c59ea8f5c48f0f32f22f0
     19checksums           sha1    0f607944aabf7bbb4ded1dc5b9b30532ea65810c \
     20                    rmd160  7675dd658aac3459489caf9f783ba5cbdf9d7b56
    2021
    2122patchfiles          patch-makefile.osx
    2223
     
    2425
    2526use_configure       no
    2627
     28# inc/sync_unix.h:163: error: cast from '_opaque_pthread_t*' to 'int' loses precision
     29supported_archs     i386 ppc
     30
    2731build.args          -f makefile.osx \
    2832                    PREFIX=${prefix} \
    2933                    CC="${configure.cxx} ${configure.cxx_archflags}"