FreeBSD 12.1, 12.2 w/ Open Motif toolkit and GUI Port math/oleo with Motif configuration flag set oleo-1.99.16_12 Final ld link command that creates oleo binary for Motif is missing the directives -lXft -lfontconfig which cause the link to abort with error messages: ld: error: /usr/local/lib/libXmHTML.so: Undefined Reference to FcPatternAddDouble FcPatternDel XftFontOpenName XftNameParse XftNameUnparse XftDrawChange XftDrawString8 Please add the directives to the build.
Thanks for the notification!
A commit references this bug: Author: thierry Date: Wed Jan 13 21:10:22 UTC 2021 New revision: 561508 URL: https://svnweb.freebsd.org/changeset/ports/561508 Log: - Fix the build when MOTIF is selected; - Register missing dependencies. PR: 251535 Submitted by: Marty Stanquist Changes: head/math/oleo/Makefile head/math/oleo/files/patch-configure