Changeset View
Changeset View
Standalone View
Standalone View
devel/boost-libs/Makefile
| Show All 9 Lines | |||||
| BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed | BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed | ||||
| BUILD_DEPENDS+= bjam:devel/boost-jam | BUILD_DEPENDS+= bjam:devel/boost-jam | ||||
| # Note about LLVM_FROM_PORTS option: | # Note about LLVM_FROM_PORTS option: | ||||
| # Build of this port fails with assertion failure of compiler due to | # Build of this port fails with assertion failure of compiler due to | ||||
| # bug of LLVM/Clang in base system. The failure happens when all of | # bug of LLVM/Clang in base system. The failure happens when all of | ||||
| # following conditions are satisfied. | # following conditions are satisfied. | ||||
| # * OSVERSION is included in either of following ranges. | |||||
| # 1. 1500000 <= OSVERSION < 1500017 | |||||
| # * Base system is built with WITH_LLVM_ASSERTIONS variable set. | # * Base system is built with WITH_LLVM_ASSERTIONS variable set. | ||||
| # So if your base system fulfills them you need to use LLVM ports to | # So if your base system fulfills them you need to use LLVM ports to | ||||
| # build this port. | # build this port. | ||||
| # By default WITH_LLVM_ASSERTIONS variable is set with -CURRENT but | # By default WITH_LLVM_ASSERTIONS variable is set with -CURRENT but | ||||
| # not with -STABLE and -RELEASE. So whereas most -CURRENT users face | # not with -STABLE and -RELEASE. So whereas most -CURRENT users face | ||||
| # the build failure, few -STABLE and -RELEASE user faces it. | # the build failure, few -STABLE and -RELEASE user faces it. | ||||
| # Therefore by default this port uses LLVM from ports only if base | # Therefore by default this port uses LLVM from ports only if base | ||||
| # system is -CURRENT and OSVERSION is included in above ranges. It | # system is -CURRENT and OSVERSION is included in above ranges. It | ||||
| ▲ Show 20 Lines • Show All 101 Lines • Show Last 20 Lines | |||||