HomeFreeBSD

devel/tinyq: Fix build with Clang 6

Description

devel/tinyq: Fix build with Clang 6

generators/win32/borland_bmake.cpp:265:51: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]

bool is_qt = (project->first("TARGET") == "qt"QTDLL_POSTFIX || project->first("TARGET") == "qtmt"QTDLL_POSTFIX);
                                              ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/tinyq-3.0.6_4.log

  • Make sure the build respects CFLAGS and CXXFLAGS
  • Deprecate it. Quote from the website: "These projects are retired. The development has stopped and we don't provide support for them anymore."

Details

Provenance
tobikAuthored on
Parents
rP478100: - Unbreak after latest KDE Framwork upgrade, 5.49, introduced by r477922
Branches
Unknown
Tags
Unknown