Ticket #54289: lcxx.diff
File lcxx.diff, 1.7 KB (added by RJVB (René Bertin), 7 years ago) |
---|
-
lang/libcxx/Portfile
old new 2 2 PortGroup compiler_blacklist_versions 1.0 3 3 4 4 name libcxx 5 version 3.9.15 version 4.0.0 6 6 epoch 1 7 7 categories lang 8 8 platforms darwin … … 24 26 use_xz yes 25 27 distname ${name}-${version}.src 26 28 27 checksums rmd160 43bcf879f60763425f5d296f4fa5ac0b9a0779f6\28 sha256 25e615e428f60e651ed09ffd79e563864e3f4bc69a9e93ee41505c419d1a746129 checksums rmd160 b1a870353076c9af77c16f182d5d6a987a0e3030 \ 30 sha256 4f4d33c4ad69bf9e360eebe6b29b7b19486948b1a41decf89d4adec12473cf96 29 31 30 32 variant universal {} 31 33 default_variants +universal … … 76 83 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch \ 77 84 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch \ 78 85 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch \ 79 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch 86 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch \ 87 patch-respect-optflags.diff 80 88 81 89 build.dir ${worksrcpath}/lib 82 90 build.cmd ./buildit … … 86 94 RC_XBS=1 \ 87 95 RC_ProjectSourceVersion="${version}" \ 88 96 RC_CFLAGS="[get_canonical_archflags]" \ 97 CXXFLAGS="${configure.optflags}" \ 89 98 TRIPLE="-apple-darwin${os.major}" 90 99 91 100 # We want to use the host's libc++ everywhere because we want to ensure