diff options
author | marino <marino@pkgsrc.org> | 2012-07-15 17:37:04 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-15 17:37:04 +0000 |
commit | 7c6b56e4c755efa057f3ae9544dd91fed76796e3 (patch) | |
tree | 2ea8dd247ae4565c24608d69306d613126b76448 /x11/wdm | |
parent | 4a8a80f23652df225b597ac3ff5b554c50b6823a (diff) | |
download | pkgsrc-7c6b56e4c755efa057f3ae9544dd91fed76796e3.tar.gz |
x11/wdm: LDFLAGS.DragonFly+= -lfontconfig
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 6bf9e5656bb..cccf56c7e0c 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/02/06 12:42:27 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2012/07/15 17:37:04 marino Exp $ DISTNAME= wdm-1.28 PKGREVISION= 9 @@ -14,7 +14,7 @@ USE_X11BASE= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -LDFLAGS.DragonFly= -lintl +LDFLAGS.DragonFly= -lintl -lfontconfig CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale |