diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-05-17 21:28:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-05-17 21:28:22 +0000 |
commit | b7d111bb4442d5ce8924904a659832002f042a3f (patch) | |
tree | 5e8bfb1ac8f459a4b3c82c538560f533b5952b3f /wm | |
parent | ba228f95b58d76b8d9444a492fce0387d3719dd7 (diff) | |
download | pkgsrc-b7d111bb4442d5ce8924904a659832002f042a3f.tar.gz |
Need explicit -lfontconfig on SunOS.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/cwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index d950c40436c..b2e232acf9e 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/23 10:24:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/05/17 21:28:22 jperkin Exp $ # DISTNAME= cwm-3 @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config LDFLAGS.DragonFly+= -lfontconfig +LDFLAGS.SunOS+= -lfontconfig .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" |