CVSROOT: /cvs Module name: ports Changes by: j...@cvs.openbsd.org 2017/10/12 09:04:52
Added files: audio/adplug/patches: patch-configure Log message: Don't hardcode libstdc++, fixes build on systems which don't provide it clang ignores -lstdc++ even if it is absent from the system, giving the wrong hint to the configure, which proceeds to add it to the list of libraries. Then libtool fails because it can't find it. Why is clang ignoring -lstdc++? Convenience?