Module Name: src
Committed By: christos
Date: Fri Jan 3 20:18:45 UTC 2014
Modified Files:
src/external/mit/xorg/bin/fc-match: Makefile
Log Message:
fix sun2 build. libfreetype requires -lbz2 -lz
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/fc-match/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/fc-match/Makefile
diff -u src/external/mit/xorg/bin/fc-match/Makefile:1.2 src/external/mit/xorg/bin/fc-match/Makefile:1.3
--- src/external/mit/xorg/bin/fc-match/Makefile:1.2 Mon Jun 3 16:23:39 2013
+++ src/external/mit/xorg/bin/fc-match/Makefile Fri Jan 3 15:18:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/06/03 20:23:39 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/03 20:18:45 christos Exp $
.include <bsd.own.mk>
@@ -6,8 +6,8 @@ PROG= fc-match
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
-LDADD+= -lfontconfig -lfreetype -lexpat
-DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
+LDADD+= -lfontconfig -lfreetype -lexpat -lbz2 -lz
+DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBBZ2} ${LIBZ}
.PATH: ${X11SRCDIR.fontconfig}/${PROG}