Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/tools/mkfontscale Use the fonts from our i...



details:   https://anonhg.NetBSD.org/src/rev/b1180c03ba59
branches:  trunk
changeset: 320382:b1180c03ba59
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 03 21:12:10 2018 +0000

description:
Use the fonts from our installed directory not the system when we are a tool!
Martin found it.
XXX pullup-8

diffstat:

 external/mit/xorg/tools/mkfontscale/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e28b14452b9c -r b1180c03ba59 external/mit/xorg/tools/mkfontscale/Makefile
--- a/external/mit/xorg/tools/mkfontscale/Makefile      Tue Jul 03 19:56:01 2018 +0000
+++ b/external/mit/xorg/tools/mkfontscale/Makefile      Tue Jul 03 21:12:10 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2018/05/09 08:13:23 mrg Exp $
+#      $NetBSD: Makefile,v 1.13 2018/07/03 21:12:10 christos Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -81,7 +81,7 @@
 
 HOST_CPPFLAGS= -DFONTENC_NO_LIBFONT -DXFREE86_FT2 -DFONTENC_NO_LIBFONT \
                -DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON \
-               -DFONT_ENCODINGS_DIRECTORY=\"${X11FONTDIR}/encodings/encodings.dir\" \
+               -DFONT_ENCODINGS_DIRECTORY=\"${DESTDIR}${X11FONTDIR}/encodings/encodings.dir\" \
                -DPACKAGE_STRING=\"NetBSD\ tools\ version\"
 HOST_CPPFLAGS+=        -DFT_CONFIG_OPTION_DISABLE_BZIP2
 



Home | Main Index | Thread Index | Old Index