On Mon, Sep 10, 2018 at 12:22:55AM +0900, Makoto Fujiwara wrote: > .if ${X11_TYPE} != "modular" && exists(${X11BASE}/lib/libfontconfig.so) > -LDFLAGS+= -L../src/.libs > +LDFLAGS+= -lfontconfig -L../src/ > .endif Is it linking with the base fontconfig? that sounds like it will break in some way.