Modified: trunk/dports/devel/boost/Portfile (89555 => 89556)
--- trunk/dports/devel/boost/Portfile 2012-02-02 19:07:19 UTC (rev 89555)
+++ trunk/dports/devel/boost/Portfile 2012-02-02 19:11:09 UTC (rev 89556)
@@ -49,7 +49,7 @@
close ${config}
}
-# clang++ produces broken boost libraries (ticket #31525)
+# clang++ produces broken boost libraries (https://trac.macports.org/ticket/31525)
if {${configure.compiler} == "clang"} {
configure.compiler llvm-gcc-4.2
}
@@ -78,6 +78,7 @@
} else {
set filter ""
}
+ # should support different SDKs (https://trac.macports.org/ticket/33085)
write_jam "using darwin : : ${filter}${configure.cxx} ;"
}