diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 19:38:24 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 19:38:24 +0000 |
commit | 0335f5d8289eeb47510d2b47d38bc8aa6dd1e522 (patch) | |
tree | f7eb9d66351af557db56c4b4e0b043477b1f6f9d /audio/mpc | |
parent | c1af7d9d7f738e1fbabcec06e852fb4468540982 (diff) | |
download | pkgsrc-0335f5d8289eeb47510d2b47d38bc8aa6dd1e522.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/mpc')
-rw-r--r-- | audio/mpc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index b76734fba2d..ec4d6721494 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/02/27 15:08:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/11 19:43:23 hans Exp $ DISTNAME= mpc-0.20 CATEGORIES= audio @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +LIBS.SunOS+= ${BUILDLINK_LDADD.iconv} + .include "../../audio/libmpdclient/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |