pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc fix iconv linkage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b67d7ea631b
branches:  trunk
changeset: 648444:0b67d7ea631b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 14 21:03:48 2015 +0000

description:
fix iconv linkage

diffstat:

 audio/mpc/Makefile    |  4 ++--
 print/cups/Makefile   |  4 ++--
 print/cups15/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 3e2a6c2df9f4 -r 0b67d7ea631b audio/mpc/Makefile
--- a/audio/mpc/Makefile        Sat Mar 14 20:37:03 2015 +0000
+++ b/audio/mpc/Makefile        Sat Mar 14 21:03:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/06/09 12:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2015/03/14 21:05:56 tnn Exp $
 
 DISTNAME=              mpc-0.26
 CATEGORIES=            audio
@@ -17,7 +17,7 @@
 
 REPLACE_SH=            doc/*.sh
 
-LIBS.SunOS+=           ${BUILDLINK_LDADD.iconv}
+LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
 .include "../../audio/libmpdclient/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 3e2a6c2df9f4 -r 0b67d7ea631b print/cups/Makefile
--- a/print/cups/Makefile       Sat Mar 14 20:37:03 2015 +0000
+++ b/print/cups/Makefile       Sat Mar 14 21:03:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2015/02/17 13:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.217 2015/03/14 21:07:37 tnn Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -58,8 +58,8 @@
 .if ${OPSYS} == "SunOS"
 LIBS_SSP =             -lssp_nonshared -lssp
 CONFIGURE_ENV+=        LIBS_SSP=${LIBS_SSP:M*:Q}
-LIBS.SunOS+=           -liconv
 .endif
+LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
 PLIST_VARS+=           notmac
 .if ${OPSYS} != "Darwin"
diff -r 3e2a6c2df9f4 -r 0b67d7ea631b print/cups15/Makefile
--- a/print/cups15/Makefile     Sat Mar 14 20:37:03 2015 +0000
+++ b/print/cups15/Makefile     Sat Mar 14 21:03:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/10/09 14:06:51 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/14 21:03:48 tnn Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -70,8 +70,8 @@
 .if ${OPSYS} == "SunOS"
 LIBS_SSP =             -lssp_nonshared -lssp
 CONFIGURE_ENV+=        LIBS_SSP=${LIBS_SSP:M*:Q}
-LIBS.SunOS+=           -liconv
 .endif
+LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
 PLIST_VARS+=           notmac
 .if ${OPSYS} != "Darwin"



Home | Main Index | Thread Index | Old Index