Module Name: src
Committed By: mrg
Date: Mon Mar 17 09:02:16 UTC 2014
Modified Files:
src/external/mit/xorg/bin/mkfontscale: Makefile
Log Message:
update for mkfontscale 1.1.1.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/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.3 src/external/mit/xorg/bin/mkfontscale/Makefile:1.4
--- src/external/mit/xorg/bin/mkfontscale/Makefile:1.3 Sat Jul 23 06:06:40 2011
+++ src/external/mit/xorg/bin/mkfontscale/Makefile Mon Mar 17 09:02:16 2014
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2011/07/23 06:06:40 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/17 09:02:16 mrg Exp $
.include <bsd.own.mk>
PROG= mkfontscale
SRCS= mkfontscale.c list.c hash.c ident.c
-CPPFLAGS+= -DFREETYPE2 -I${DESTDIR}${X11INCDIR}/freetype2 \
- -DXFREE86_FT2 -DX_BZIP2_FONT_COMPRESSION
+CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2
+CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
LDADD+= -lfontenc -lfreetype -lz -lbz2
DPADD+= ${LIBFONTENC} ${LIBFREETYPE} ${LIBZ} ${LIBBZ2}