Changeset 118256 for trunk/dports


Ignore:
Timestamp:
Mar 27, 2014, 5:37:45 PM (10 years ago)
Author:
rmstonecipher@…
Message:

audio/mpd, revised compiler.blacklist to ensure clang compiler features include atomic operations based on buildbot error output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/mpd/Portfile

    r118236 r118256  
    7878# Doesn't work with old GCC. Also blacklist old Clang, since it uses
    7979# LLVM-GCC to compile C++.
    80 compiler.blacklist  gcc-3.3 {*gcc-4.[0-5]} {clang < 211}
     80compiler.blacklist  gcc-3.3 {*gcc-4.[0-5]} {clang < 425.0.24}
    8181
    8282if {${os.platform} eq "darwin" && ${os.major} > 8} {
Note: See TracChangeset for help on using the changeset viewer.