Module Name:    src
Committed By:   snj
Date:           Wed Jun  6 02:20:07 UTC 2018

Modified Files:
        src/external/mit/xorg/lib/freetype: Makefile

Log Message:
- remove duplicate ftpfr.c from SRCS
- psmodule.c -> psnames.c


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/mit/xorg/lib/freetype/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/freetype/Makefile
diff -u src/external/mit/xorg/lib/freetype/Makefile:1.20 src/external/mit/xorg/lib/freetype/Makefile:1.21
--- src/external/mit/xorg/lib/freetype/Makefile:1.20	Thu May 10 13:48:52 2018
+++ src/external/mit/xorg/lib/freetype/Makefile	Wed Jun  6 02:20:07 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2018/05/10 13:48:52 maya Exp $
+#	$NetBSD: Makefile,v 1.21 2018/06/06 02:20:07 snj Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,7 @@ INCS=	ft2build.h
 SRCS=	ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c ftfstype.c \
 	ftglyph.c ftinit.c ftmm.c ftpfr.c ftstroke.c ftsynth.c \
 	ftsystem.c fttype1.c ftwinfnt.c ftbitmap.c ftcid.c \
-	ftgasp.c ftgxval.c ftotval.c ftpatent.c ftpfr.c
+	ftgasp.c ftgxval.c ftotval.c ftpatent.c
 
 .PATH:	${FREETYPE}/src/autofit
 SRCS+=	autofit.c
@@ -60,7 +60,7 @@ SRCS+=	psaux.c
 SRCS+=	pshinter.c
 
 .PATH:	${FREETYPE}/src/psnames
-SRCS+=	psmodule.c
+SRCS+=	psnames.c
 
 .PATH:	${FREETYPE}/src/raster
 SRCS+=	raster.c

Reply via email to