Module Name: src
Committed By: mrg
Date: Wed Jun 10 08:30:35 UTC 2009
Modified Files:
src/external/mit/xorg/lib/libXfont: Makefile
Log Message:
link in -lbz2 now.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXfont/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/libXfont/Makefile
diff -u src/external/mit/xorg/lib/libXfont/Makefile:1.6 src/external/mit/xorg/lib/libXfont/Makefile:1.7
--- src/external/mit/xorg/lib/libXfont/Makefile:1.6 Wed Jun 10 07:52:07 2009
+++ src/external/mit/xorg/lib/libXfont/Makefile Wed Jun 10 08:30:35 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/06/10 07:52:07 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/10 08:30:35 mrg Exp $
.include <bsd.own.mk>
@@ -56,7 +56,8 @@
freetype ${.CURDIR}/../freetype \
X11 ${.CURDIR}/../libX11/dynamic \
m ${.CURDIR}/../../../../../lib/libm \
- z ${.CURDIR}/../../../../../lib/libz
+ z ${.CURDIR}/../../../../../lib/libz \
+ bz2 ${.CURDIR}/../../../../../lib/libbz2
# XXX
COPTS.ffcheck.c+= -Wno-error