Commits

Ryan Schmidt authored 71771542b31
wine*: Don't prevent using clang-5.0 anymore

See: https://trac.macports.org/ticket/57412
No tags

x11/wine/Portfile

Modified
247 247 # wine for 64-bit requires clang >= 3.8
248 248 compiler.blacklist-append {clang < 800} \
249 249 gcc-4.0 \
250 250 gcc-4.2 \
251 251 apple-gcc-4.2 \
252 252 macports-clang-3.3 \
253 253 macports-clang-3.4 \
254 254 macports-clang-3.5 \
255 255 macports-clang-3.6 \
256 256 macports-clang-3.7
257 - compiler.fallback-append macports-clang-5.0 \
258 - macports-clang-3.9
259 -
260 - if {${os.platform} eq "darwin" && [vercmp ${macosx_version} 10.7] < 0} {
261 - # clang-5.0 on Mac OS X 10.6 emits objects that cannot be read by cctools from Xcode.
262 - # /usr/bin/ranlib: object: libwine_port.a(mbtowc.o) malformed object (unknown load command 2)
263 - compiler.blacklist-append macports-clang-5.0
264 - }
257 + compiler.fallback-append macports-clang-5.0
265 258 }
266 259
267 260 platform darwin {
268 261 # On macOS, Core Text is used instead of fontconfig since Wine 1.5.10
269 262 depends_lib-delete port:fontconfig
270 263 configure.args-delete --with-fontconfig
271 264 configure.args-append --without-fontconfig
272 265
273 266 # Wine uses the native Security framework on macOS since Wine 1.3.16
274 267 depends_lib-delete port:gnutls

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

Add shortcut