Ticket #32882: libpqxx.diff

File libpqxx.diff, 565 bytes (added by cjones051073 (Chris Jones), 12 years ago)
  • databases/libpqxx/Portfile

    old new  
    3737                    sha1    6af866e06668e9c8b7af4161dddb1ab5f4bf094c \
    3838                    rmd160  0162ea135d56c203f45f9d5d328a29d2db72b102
    3939
     40# Does not build with clang
     41if {${configure.compiler} == "clang"} {
     42      configure.compiler llvm-gcc-4.2
     43}
     44
    4045variant pq83 description {use postgresql83} {
    4146}
    4247