pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/cwm wm/cwm: LDFLAGS.DragonFly+= -lfontconfig



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4effaafa2636
branches:  trunk
changeset: 607370:4effaafa2636
user:      marino <marino%pkgsrc.org@localhost>
date:      Fri Aug 10 16:39:55 2012 +0000

description:
wm/cwm: LDFLAGS.DragonFly+= -lfontconfig

diffstat:

 wm/cwm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e3bba66ab626 -r 4effaafa2636 wm/cwm/Makefile
--- a/wm/cwm/Makefile   Fri Aug 10 16:30:53 2012 +0000
+++ b/wm/cwm/Makefile   Fri Aug 10 16:39:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/11/01 06:02:41 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/10 16:39:55 marino Exp $
 #
 
 DISTNAME=      cwm-3
@@ -15,6 +15,8 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+LDFLAGS.DragonFly+=    -lfontconfig
+
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index