Module Name:    src
Committed By:   mrg
Date:           Sun Mar 11 10:48:39 UTC 2018

Modified Files:
        src/external/mit/xorg/bin/bdftopcf: Makefile

Log Message:
update for bdftopcf 1.4.0.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/bdftopcf/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/bdftopcf/Makefile
diff -u src/external/mit/xorg/bin/bdftopcf/Makefile:1.4 src/external/mit/xorg/bin/bdftopcf/Makefile:1.5
--- src/external/mit/xorg/bin/bdftopcf/Makefile:1.4	Mon Jul 20 23:50:22 2015
+++ src/external/mit/xorg/bin/bdftopcf/Makefile	Sun Mar 11 10:48:38 2018
@@ -1,11 +1,26 @@
-#	$NetBSD: Makefile,v 1.4 2015/07/20 23:50:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2018/03/11 10:48:38 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=	bdftopcf
+SRCS=	atom.c \
+	bdfread.c \
+	bdfutils.c \
+	bitmap.c \
+	bitmaputil.c \
+	bufio.c \
+	defaults.c \
+	fileio.c \
+	filewr.c \
+	fontaccel.c \
+	fontink.c \
+	pcfwrite.c \
+	private.c \
+	utilbitmap.c \
+	bdftopcf.c
 
-LDADD+=	-lXfont -lfontenc -lfreetype -lm -lz -lbz2
-DPADD+=	${LIBXFONT} ${LIBFONTENC} ${LIBFREETYPE} ${LIBM} ${LIBZ} ${LIBBZ2}
+LDADD+=	-lm -lz -lbz2
+DPADD+=	${LIBM} ${LIBZ} ${LIBBZ2}
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to