Ticket #40422: qt4-mac_compiler_blacklist.patch
File qt4-mac_compiler_blacklist.patch, 1.3 KB (added by macports@…, 11 years ago) |
---|
-
Portfile
old new 407 407 # this port when using MacPorts. The versions seem to be: MacPorts 408 408 # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older. 409 409 # 410 # * Apple GCC <= 4.0, which fails to build some newer Qt-based 411 # applications such as qt4-creator-mac. 412 # 410 413 # See also: 411 414 # < http://llvm.org/bugs/show_bug.cgi?id=8971 >, 412 415 # < https://trac.macports.org/ticket/30271 >, 413 416 # < https://trac.macports.org/ticket/31076 >, 414 # < https://trac.macports.org/ticket/31638 >, and 415 # < https://trac.macports.org/ticket/37868 >. 417 # < https://trac.macports.org/ticket/31638 >, 418 # < https://trac.macports.org/ticket/37868 >, and 419 # < https://trac.macports.org/ticket/39967 >. 416 420 # 417 421 # NOTE: qt4-mac augments the standard Qt4 configure script with 418 422 # pre-qmake-build tests for CPATH, LIBRARY_PATH, -Xarch, … … 422 426 # this blacklist. 423 427 424 428 compiler.blacklist-append { clang <= 318.0.61 } \ 425 macports-gcc-4.1 macports-gcc-4.2 macports-gcc-4.3 \ 426 macports-gcc-4.4 macports-gcc-4.5 macports-gcc-4.6 \ 427 macports-gcc-4.7 macports-gcc-4.8 \ 429 gcc-3.3 *gcc-4.0 \ 430 macports-gcc-* \ 428 431 macports-clang-2.9 macports-clang-3.0 429 432 430 433 # --prefix is not recognized.