build constlist.c for new mkfontscale.
This commit is contained in:
parent
c9490d547e
commit
8424868662
4
external/mit/xorg/bin/mkfontscale/Makefile
vendored
4
external/mit/xorg/bin/mkfontscale/Makefile
vendored
@ -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
|
||||
|
4
external/mit/xorg/tools/mkfontscale/Makefile
vendored
4
external/mit/xorg/tools/mkfontscale/Makefile
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user