x11/wdm: LDFLAGS.DragonFly+= -lfontconfig
This commit is contained in:
parent
66aa4d9d52
commit
6ba469350f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue