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
@@ -3,6 +3,8 @@
callPackage ./generic.nix (args // rec {
version = "1.55.0";
patches = [ ./clang-math.patch ./clang-math-2.patch ];
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_55_0.tar.bz2";
sha256 = "0lkv5dzssbl5fmh2nkaszi8x9qbj80pr4acf9i26sj3rvlih1w7z";