diff options
author | jperkin <jperkin> | 2013-05-17 21:28:22 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-05-17 21:28:22 +0000 |
commit | deff6375a44ee0a3ceb224d548da9e42b2b39968 (patch) | |
tree | 5e8bfb1ac8f459a4b3c82c538560f533b5952b3f | |
parent | c4cfed818cab3f1d2d32e642993b45c35586ca67 (diff) | |
download | pkgsrc-deff6375a44ee0a3ceb224d548da9e42b2b39968.tar.gz |
Need explicit -lfontconfig on SunOS.
-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" |