#40968: botan fails to build -------------------------------+----------------------- Reporter: jamesfmarshall@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: botan | -------------------------------+----------------------- Comment (by jamesfmarshall@…): This is what Jack Lloyd says over on the botan site: "If Botan is being built by a compiler without TR1 support, you need to pass the option --with-tr1=none to configure.py. Alternately, if boost is available, --with-tr=boost will attempt to use it rather than the compiler-provided version. If TR1 is disabled (using `none`) then the TLS implementation will not be included in the build. "There is version detection for GCC, but for Clang it just assumes TR1 is supported, as I had thought that all versions of Clang with complete enough C++98 to compile botan also include TR1. What version of Clang do you have on your system?" The answer to his question at the end is: $ clang --version Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix Can someone write a patch to fix this problem? -- Ticket URL: <https://trac.macports.org/ticket/40968#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X