CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/12/28 09:37:46
Modified files:
audio/adplay : Makefile
Added files:
audio/adplay/patches: patch-configure_in
Log message:
Stop hardcoding -lstdc++
libstdc++ is not available on aarch64, but the configure script thinks
it is since clang automatically translates it to -lc++... Just stop
linking explicitely against libstdc++ and let the c++ compiler choose.
ok fcambus@ (maintainer)
