Ticket #47754: Portfile-patch.diff
File Portfile-patch.diff, 494 bytes (added by BSeppke (Benjamin Seppke), 9 years ago) |
---|
-
Portfile
old new 47 47 # recursive template instantiation exceeded maximum depth of 128 48 48 configure.cxxflags-append -ftemplate-depth-1024 49 49 50 # The -Os setting causes errors w.r.t. libc++ and clang++. Use -O3 instead 51 configure.cxxflags-replace -Os -O3 52 50 53 compiler.blacklist *gcc* *dragonegg* {clang < 211.10.1} macports-clang-3.2 macports-clang-3.3 51 54 compiler.fallback-append macports-clang-3.4 52 55