Module Name: src
Committed By: mrg
Date: Sun Mar 3 09:26:04 UTC 2019
Modified Files:
src/external/mit/xorg/bin/mkfontscale: Makefile
src/external/mit/xorg/tools/mkfontscale: Makefile
Log Message:
build constlist.c for new mkfontscale.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/mkfontscale/Makefile
cvs rdiff -u -r1.13 -r1.14 src/external/mit/xorg/tools/mkfontscale/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/mkfontscale/Makefile
diff -u src/external/mit/xorg/bin/mkfontscale/Makefile:1.6 src/external/mit/xorg/bin/mkfontscale/Makefile:1.7
--- src/external/mit/xorg/bin/mkfontscale/Makefile:1.6 Wed May 9 08:39:55 2018
+++ src/external/mit/xorg/bin/mkfontscale/Makefile Sun Mar 3 09:26:04 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2018/05/09 08:39:55 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/03 09:26:04 mrg Exp $
.include <bsd.own.mk>
PROG= mkfontscale
-SRCS= mkfontscale.c list.c hash.c ident.c
+SRCS= mkfontscale.c constlist.c hash.c ident.c list.c
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2/freetype
Index: src/external/mit/xorg/tools/mkfontscale/Makefile
diff -u src/external/mit/xorg/tools/mkfontscale/Makefile:1.13 src/external/mit/xorg/tools/mkfontscale/Makefile:1.14
--- src/external/mit/xorg/tools/mkfontscale/Makefile:1.13 Tue Jul 3 21:12:10 2018
+++ src/external/mit/xorg/tools/mkfontscale/Makefile Sun Mar 3 09:26:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/07/03 21:12:10 christos Exp $
+# $NetBSD: Makefile,v 1.14 2019/03/03 09:26:04 mrg Exp $
.include <bsd.hostinit.mk>
@@ -7,7 +7,7 @@ HOSTPROG= mkfontscale
FREETYPE= ${X11SRCDIR.freetype}
.PATH: ${X11SRCDIR.${HOSTPROG}}
-SRCS.mkfontscale= mkfontscale.c list.c hash.c ident.c
+SRCS.mkfontscale= mkfontscale.c hash.c ident.c list.c constlist.c
.PATH: ${FREETYPE}/src/base
SRCS.freetype+= ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c \