Port build failures on amd64 -current after the clang 5.0 update:

devel/valgrind
games/qgo
geo/gpstk
math/freemat
x11/kde/libs3

valgrind errors out in configure because it doesn't recognize the
compiler version:
configure: error: please use gcc >= 3.0 or clang >= 2.9

The other ports all suffer the same kind of C++ problem:
gamedialog.cpp:515:52: error: qualified reference to 'QColor' is a constructor 
name rather than a type in this context
                        
handicapSpin->setPaletteBackgroundColor(QColor::QColor("cyan"));
                                                                        ^

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to