Package: suil / 0.8.4~dfsg0-2

Metadata

Package Version Patches format
suil 0.8.4~dfsg0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001 no ansi.patch | (download)

waflib/extras/autowaf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't build with -ansi
 -ansi is for C++ equivalent to -std=c++98
 .
 Qt 5.7 uses C++11 features in its headers, resulting in
 compile errors when trying to use these headers in C++98 mode.
 .
 Removing -ansi fixes the bug, depending on upstream policy
 building with -std=c++11 (or -std=c++14) instead of -ansi
 might be preferred by upstream with gcc versions that
 support these standards.