[macports-ports] branch master updated: wine ports: Blacklist macports-clang-* fallbacks
Ryan Schmidt
ryandesign at macports.org
Wed Mar 21 00:14:42 UTC 2018
On Mar 20, 2018, at 18:02, Rainer Müller wrote:
> Rainer Müller (raimue) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/8cf7ff0fd3ed1b560101d40dd8a568926b5a5af6
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 8cf7ff0 wine ports: Blacklist macports-clang-* fallbacks
>
> 8cf7ff0 is described below
>
>
> commit 8cf7ff0fd3ed1b560101d40dd8a568926b5a5af6
>
> Author: Rainer Müller <raimue at macports.org>
> AuthorDate: Wed Mar 21 00:02:52 2018 +0100
>
>
> wine ports: Blacklist macports-clang-* fallbacks
>
> ---
> x11/wine-crossover/Portfile | 7 ++++++-
> x11/wine-devel/Portfile | 7 ++++++-
> x11/wine/Portfile | 7 ++++++-
> 3 files changed, 18 insertions(+), 3 deletions(-)
> @@ -240,7 +240,12 @@ compiler.blacklist-append macports-gcc-*
>
> if {[variant_isset universal]} {
> # wine for 64-bit requires clang >= 3.8
> - compiler.blacklist-append {clang < 800}
> + compiler.blacklist-append {clang < 800} \
> + macports-clang-3.3 \
> + macports-clang-3.4 \
> + macports-clang-3.5 \
> + macports-clang-3.6 \
> + macports-clang-3.7 \
Note that macports-clang-3.5 and macports-clang-3.6 do not exist anymore.
More information about the macports-dev
mailing list