Module Name: src Committed By: mrg Date: Mon Mar 18 03:09:08 UTC 2019
Modified Files: src/external/mit/xorg/lib/libXft: Makefile Log Message: revert previous - was wrong. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/lib/libXft/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/lib/libXft/Makefile diff -u src/external/mit/xorg/lib/libXft/Makefile:1.10 src/external/mit/xorg/lib/libXft/Makefile:1.11 --- src/external/mit/xorg/lib/libXft/Makefile:1.10 Mon Mar 18 02:50:35 2019 +++ src/external/mit/xorg/lib/libXft/Makefile Mon Mar 18 03:09:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/03/18 02:50:35 mrg Exp $ +# $NetBSD: Makefile,v 1.11 2019/03/18 03:09:08 mrg Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ LIB= Xft .PATH: ${X11SRCDIR.${LIB}}/src .PATH: ${X11SRCDIR.${LIB}}/include/X11/Xft .PATH: ${X11SRCDIR.${LIB}}/man -SRCS= xftcolor.c xftcore.c xftdbg.c xftdraw.c xftextent.c \ +SRCS= xftcolor.c xftcore.c xftdbg.c xftdpy.c xftdraw.c xftextent.c \ xftfont.c xftfreetype.c xftglyphs.c xftinit.c xftlist.c \ xftname.c xftrender.c xftstr.c xftswap.c xftxlfd.c