Fix boost 1.55 on clang (1.56 onwards already have the fix)

See https://trac.macports.org/ticket/42282 for more.
This commit is contained in:
Dan Peebles
2015-02-08 22:19:04 -05:00
parent c165f24208
commit b0e1db1159
4 changed files with 114 additions and 1 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
, enablePIC ? false
, enableExceptions ? false
, taggedLayout ? ((enableRelease && enableDebug) || (enableSingleThreaded && enableMultiThreaded) || (enableShared && enableStatic))
, patches ? null
, mpi ? null
# Attributes inherit from specific versions
@@ -114,7 +115,7 @@ in
stdenv.mkDerivation {
name = "boost-${version}";
inherit src;
inherit src patches;
meta = {
homepage = "http://boost.org/";