1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build with boost-libs 1.55.0.

This commit is contained in:
Jung-uk Kim 2014-02-07 22:59:14 +00:00
parent 3701e34da9
commit d7fd806b0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343304

View File

@ -0,0 +1,14 @@
--- configure
+++ configure
@@ -17114,11 +17114,7 @@
# ===========================
for ac_header in boost/algorithm/string.hpp \
- boost/archive/iterators/binary_from_base64.hpp \
- boost/archive/iterators/remove_whitespace.hpp \
- boost/archive/iterators/transform_width.hpp \
boost/optional.hpp \
- boost/range/iterator_range.hpp \
boost/spirit/include/classic.hpp
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`