NetBSD/external/mit/xorg/tools/mkfontscale
riastradh f39627880d Define FC_NO_MT=1 for tools mkfontscale build.
No idea what the host's atomic ops will be but we don't need them
because this tool is not multithreaded.

Fixes harmless warnings like

all ===> external/mit/xorg/tools/mkfontscale
/home/source/ab/HEAD-llvm/xsrc/external/mit/fontconfig/dist/src/fcinit.c:29:2: warning: #warning Could not find any system to define atomic_int macros, library may NOT be thread-safe. [-Wcpp]
 #warning Could not find any system to define atomic_int macros, library may NOT be thread-safe.
  ^
2016-02-28 22:12:26 +00:00
..
Makefile Define FC_NO_MT=1 for tools mkfontscale build. 2016-02-28 22:12:26 +00:00