···2829 outputs = [ "out" "dev" "man" ];
3000031 # Even when statically linking, libstdc++.la is put in dependency_libs here,
32 # and hence libstdc++.so passed to the linker, just pass -lstdc++ and let the
33 # compiler do what it does best. (libaudiofile.la is a generated file, so we
···2829 outputs = [ "out" "dev" "man" ];
3031+ # std::unary_function has been removed in c++17
32+ makeFlags = [ "CXXFLAGS=-std=c++11" ];
33+34 # Even when statically linking, libstdc++.la is put in dependency_libs here,
35 # and hence libstdc++.so passed to the linker, just pass -lstdc++ and let the
36 # compiler do what it does best. (libaudiofile.la is a generated file, so we