Module Name: src
Committed By: mrg
Date: Wed Jun 10 01:56:46 UTC 2009
Modified Files:
src/external/mit/xorg/bin/mkfontscale: Makefile
Log Message:
enable bz2 support.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 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.1.1.1 src/external/mit/xorg/bin/mkfontscale/Makefile:1.2
--- src/external/mit/xorg/bin/mkfontscale/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/mkfontscale/Makefile Wed Jun 10 01:56:46 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/10 01:56:46 mrg Exp $
.include <bsd.own.mk>
@@ -6,10 +6,10 @@
SRCS= mkfontscale.c list.c hash.c ident.c
CPPFLAGS+= -DFREETYPE2 -I${DESTDIR}${X11INCDIR}/freetype2 \
- -DXFREE86_FT2
+ -DXFREE86_FT2 -DX_BZIP2_FONT_COMPRESSION
-LDADD+= -lfontenc -lfreetype -lz
-DPADD+= ${LIBFONTENC} ${LIBFREETYPE} ${LIBZ}
+LDADD+= -lfontenc -lfreetype -lz -lbz2
+DPADD+= ${LIBFONTENC} ${LIBFREETYPE} ${LIBZ} ${LIBBZ2}
.PATH: ${X11SRCDIR.${PROG}}