Skip to content

Commit

Permalink
lout: fix compiler selection
Browse files Browse the repository at this point in the history
  • Loading branch information
kencu committed Sep 13, 2017
1 parent b2d2d5f commit cb95534
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions textproc/lout/Portfile
@@ -1,4 +1,5 @@
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0

name lout
version 3.40
Expand All @@ -23,6 +24,10 @@ depends_build port:zlib

use_configure no

# see <https://github.com/macports/macports-ports/pull/662>
compiler.blacklist-append {macports-clang-3.[0-9]} {clang > 800}
compiler.fallback-append macports-clang-4.0 macports-clang-5.0

use_parallel_build yes
build.args PREFIX=${prefix} \
CC=${configure.cc} \
Expand Down

0 comments on commit cb95534

Please sign in to comment.