Permalink
Browse files
wine ports: Update compiler blacklist for 64-bit
- Loading branch information
Showing
with
15 additions
and
0 deletions.
-
+5
−0
x11/wine-crossover/Portfile
-
+5
−0
x11/wine-devel/Portfile
-
+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 |
|
|
|