Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/lib/fontconfig/src add a shared-lib dependency on libfre...



details:   https://anonhg.NetBSD.org/src/rev/9aa84fe60071
branches:  trunk
changeset: 584524:9aa84fe60071
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Sep 22 15:42:57 2005 +0000

description:
add a shared-lib dependency on libfreetype, since this library calls that one.

diffstat:

 x11/lib/fontconfig/src/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 79685e151909 -r 9aa84fe60071 x11/lib/fontconfig/src/Makefile
--- a/x11/lib/fontconfig/src/Makefile   Thu Sep 22 15:41:14 2005 +0000
+++ b/x11/lib/fontconfig/src/Makefile   Thu Sep 22 15:42:57 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2005/01/21 05:15:36 rtr Exp $
+#      $NetBSD: Makefile,v 1.10 2005/09/22 15:42:57 chs Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,8 @@
        fclist.c fcmatch.c fcmatrix.c fcname.c fcpat.c fcstr.c fcxml.c
 
 LIBDPLIBS=\
-       expat   ${.CURDIR}/../../expat
+       expat           ${.CURDIR}/../../expat \
+       freetype        ${.CURDIR}/../../freetype2
 
 MAN=   fontconfig.3
 



Home | Main Index | Thread Index | Old Index