Commits

Jeremy Huddleston Sequoia authored 11cded2a12d
mesa: Blacklist clang from Xcode 7 and earlier

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
No tags

x11/mesa/Portfile

Modified
61 61 --disable-gbm \
62 62 --disable-osmesa \
63 63 --disable-llvm-shared-libs \
64 64 --with-gallium-drivers=
65 65
66 66 configure.env-append \
67 67 INDENT=${prefix}/bin/gindent
68 68
69 69 # This project is affected by a bug in Apple's gcc driver driver that I fixed in the apple-gcc42 port.
70 70 # Use that or clang.
71 -compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 {clang < 100}
71 +# clang-700.1.81 (Xcode 7.2.1) fails at:
72 +# disk_cache.c:637:7: error: cannot compile this atomic library call yet
73 +# p_atomic_add(cache->size, - (uint64_t)sb.st_blocks * 512);
74 +# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75 +compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 {clang < 800}
72 76
73 77 platform darwin {
74 78 if {${os.major} < 11} {
75 79 # https://bugs.freedesktop.org/show_bug.cgi?id=89088
76 80 configure.env-append INDENT=cat
77 81
78 82 patchfiles-append static-strndup.patch
79 83 }
80 84
81 85 if {${os.major} < 10} {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut