pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libifp Requires libiconv. SunOS requires an exp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/070ea7cd12c8
branches: trunk
changeset: 362355:070ea7cd12c8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri May 12 11:49:30 2017 +0000
description:
Requires libiconv. SunOS requires an explicit -liconv.
diffstat:
audio/libifp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d44650bdfaea -r 070ea7cd12c8 audio/libifp/Makefile
--- a/audio/libifp/Makefile Fri May 12 11:42:50 2017 +0000
+++ b/audio/libifp/Makefile Fri May 12 11:49:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/09/12 00:24:42 asau Exp $
+# $NetBSD: Makefile,v 1.4 2017/05/12 11:49:30 jperkin Exp $
#
DISTNAME= libifp-1.0.0.2
@@ -17,6 +17,8 @@
USE_FEATURES+= fts_open
CFLAGS.SunOS+= -fPIC
+LIBS.SunOS+= -liconv
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index