pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/unac
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 12 11:34:07 UTC 2017
Modified Files:
pkgsrc/textproc/unac: Makefile
Log Message:
Requires libiconv. SunOS requires an explicit -liconv.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/unac/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/unac/Makefile
diff -u pkgsrc/textproc/unac/Makefile:1.2 pkgsrc/textproc/unac/Makefile:1.3
--- pkgsrc/textproc/unac/Makefile:1.2 Thu Oct 25 06:57:04 2012
+++ pkgsrc/textproc/unac/Makefile Fri May 12 11:34:07 2017
@@ -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 @@ USE_LIBTOOL= yes
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