Changeset 98067


Ignore:
Timestamp:
Sep 24, 2012, 6:40:24 AM (12 years ago)
Author:
jeremyhu@…
Message:

postgresql90: Use compiler blacklisting from base.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/postgresql90/Portfile

    r96690 r98067  
    5858
    5959# building psql with clang causes segfault on query; see #31717
    60 if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
    61     configure.compiler llvm-gcc-4.2
     60compiler.blacklist macports-clang-2.9 macports-clang-3.0
     61if {[vercmp ${xcodeversion} 4.4] < 0} {
     62    compiler.blacklist-append clang
    6263}
    6364
Note: See TracChangeset for help on using the changeset viewer.