pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xclip ensure we link libiconv on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5b9624d1c90
branches:  trunk
changeset: 355163:b5b9624d1c90
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Nov 23 23:41:30 2016 +0000

description:
ensure we link libiconv on SunOS

diffstat:

 x11/xclip/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 86b5e1bdfb41 -r b5b9624d1c90 x11/xclip/Makefile
--- a/x11/xclip/Makefile        Wed Nov 23 20:56:44 2016 +0000
+++ b/x11/xclip/Makefile        Wed Nov 23 23:41:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/11/16 15:29:35 leot Exp $
+# $NetBSD: Makefile,v 1.20 2016/11/23 23:41:30 wiedi Exp $
 
 DISTNAME=      xclip-0.13
 CATEGORIES=    x11
@@ -12,6 +12,8 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    autoconf gmake
 
+LDFLAGS.SunOS+=        -liconv
+
 pre-configure:
        cd ${WRKSRC} && autoreconf
 



Home | Main Index | Thread Index | Old Index