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