1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/exact-image
Tobias Kortkamp d2c7813f70 grpahics/exact-image: Fix build with Clang 6
codecs/raw.cc:74:10: error: no viable conversion from returned value of type 'std::__1::basic_ostream<char>' to function return type 'bool'
  return stream->write ((char*)image.getRawData(), image.stride()*image.h)
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/exact-image-0.9.1_1.log

... and more c++11-narrowing errors if one gets past the above error
2018-09-02 11:06:37 +00:00
..
files
distinfo
Makefile
pkg-descr