svn commit: r343304 - head/textproc/libvisio/files

Jung-uk Kim jkim at FreeBSD.org
Fri Feb 7 22:59:14 UTC 2014


Author: jkim
Date: Fri Feb  7 22:59:14 2014
New Revision: 343304
URL: http://svnweb.freebsd.org/changeset/ports/343304
QAT: https://qat.redports.org/buildarchive/r343304/

Log:
  Fix build with boost-libs 1.55.0.

Added:
  head/textproc/libvisio/files/
  head/textproc/libvisio/files/patch-configure   (contents, props changed)

Added: head/textproc/libvisio/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libvisio/files/patch-configure	Fri Feb  7 22:59:14 2014	(r343304)
@@ -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`


More information about the svn-ports-all mailing list