pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/unac Requires libiconv. SunOS requires an ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8a56305075
branches:  trunk
changeset: 362350:9a8a56305075
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 12 11:34:07 2017 +0000

description:
Requires libiconv.  SunOS requires an explicit -liconv.

diffstat:

 textproc/unac/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b73c838eba6f -r 9a8a56305075 textproc/unac/Makefile
--- a/textproc/unac/Makefile    Fri May 12 11:29:24 2017 +0000
+++ b/textproc/unac/Makefile    Fri May 12 11:34:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:04 asau Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/12 11:34:07 jperkin Exp $
 #
 
 DISTNAME=      unac-1.7.0
@@ -15,4 +15,7 @@
 
 PKGCONFIG_OVERRIDE+=   unac.pc.in
 
+LIBS.SunOS+=   -liconv
+
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index