Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 22:59:14 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343304 - head/textproc/libvisio/files
Message-ID:  <201402072259.s17MxEd4055703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402072259.s17MxEd4055703>