MFH: r474560

Mark BROKEN: fails to build

/wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp: In member function 'int la_i_print_vr_t::init(CSOUND*)':
/wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp:631:12: error: no match for 'operator<<' (operand types are 'std::__1::ostringstream {aka std::__1::basic_ostringstream<char>}' and 'std::__1::vector<double>')
     stream << array->vr << std::endl;
     ~~~~~~~^~~~~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-07-13 08:11:40 +00:00
parent 982809785e
commit e77dfbbfff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=474561

View File

@ -16,6 +16,8 @@ COMMENT= Sound synthesizer
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
swig3.0:devel/swig30 \
gmm++>0:math/gmm++