CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/11/06 03:19:31
Added files:
devel/vte3/patches: patch-src_app_app_cc
Log message:
Fix build on !clang, from George Koehler, thanks!
use an old-style c++ initializer () instead of a c++11 initializer {}
that triggers an "error: cannot convert 'const GdkRGBA {aka const
_GdkRGBA} to 'gdouble {aka double}' in initialization" when using g++
4.9 on those platforms.
ok ajacoutot@ jasper@
