Skip to content
Permalink
Browse files

wine ports: Update compiler blacklist for 64-bit

  • Loading branch information
raimue committed Mar 20, 2018
1 parent 238386e commit 7455327f8bbc531a8a542993d56985ef1f81a934
Showing with 15 additions and 0 deletions.
  1. +5 −0 x11/wine-crossover/Portfile
  2. +5 −0 x11/wine-devel/Portfile
  3. +5 −0 x11/wine/Portfile
@@ -238,6 +238,11 @@ compiler.blacklist-append {clang < 500}
# FSF GCC cannot compile code using Apple's "blocks" language extensions
compiler.blacklist-append macports-gcc-*

if {[variant_isset universal]} {
# wine for 64-bit requires clang >= 3.8
compiler.blacklist-append {clang < 800}
}

platform darwin {
# On macOS, Core Text is used instead of fontconfig since Wine 1.5.10
depends_lib-delete port:fontconfig
@@ -238,6 +238,11 @@ compiler.blacklist-append {clang < 500}
# FSF GCC cannot compile code using Apple's "blocks" language extensions
compiler.blacklist-append macports-gcc-*

if {[variant_isset universal]} {
# wine for 64-bit requires clang >= 3.8
compiler.blacklist-append {clang < 800}
}

platform darwin {
# On macOS, Core Text is used instead of fontconfig since Wine 1.5.10
depends_lib-delete port:fontconfig
@@ -237,6 +237,11 @@ compiler.blacklist-append {clang < 500}
# FSF GCC cannot compile code using Apple's "blocks" language extensions
compiler.blacklist-append macports-gcc-*

if {[variant_isset universal]} {
# wine for 64-bit requires clang >= 3.8
compiler.blacklist-append {clang < 800}
}

platform darwin {
# On macOS, Core Text is used instead of fontconfig since Wine 1.5.10
depends_lib-delete port:fontconfig

0 comments on commit 7455327

Please sign in to comment.
You can’t perform that action at this time.