summaryrefslogtreecommitdiff
path: root/homebrew/boostat155/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/boostat155/.make.sh-auto')
-rw-r--r--homebrew/boostat155/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/boostat155/.make.sh-auto b/homebrew/boostat155/.make.sh-auto
new file mode 100644
index 000000000..eb939c882
--- /dev/null
+++ b/homebrew/boostat155/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+inreplace "boost/archive/iterators/transform_width.hpp", "#include <boost/iterator/iterator_traits.hpp>", "#include <boost/iterator/iterator_traits.hpp>\n#include <algorithm>"
+open("user-config.jam", "a") do |file|
+file.write "using darwin : : #{ENV.cxx} ;\n"