CVSROOT:        /cvs
Module name:    ports
Changes by:     c...@cvs.openbsd.org    2021/08/28 03:16:56

Modified files:
        sysutils/gdmap : Makefile 

Log message:
gdmap: unbreak with ld.lld on powerpc

powerpc does not inline sqrt(3) unlike other lld archs, so it actually uses
libm and as such the `-lm' linker flag is needed.

While here, refresh WANTLIB.

ok gkoehler@

Reply via email to