CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/02/10 15:51:28
Modified files:
net/echoping : Makefile
net/echoping/pkg: DESCR
Log message:
echoping: unbreak on powerpc
clang does not inline sqrt(3) on powerpc, leading to undefined references, it
requires libm (it has been applied to all archs). Thanks to gkoehler and naddy
for providing better explanations about the situation!
While here, remove a trailing whitespace in DESCR.
OK gkoehler@
