pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xclip



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Nov 23 23:41:30 UTC 2016

Modified Files:
        pkgsrc/x11/xclip: Makefile

Log Message:
ensure we link libiconv on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xclip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xclip/Makefile
diff -u pkgsrc/x11/xclip/Makefile:1.19 pkgsrc/x11/xclip/Makefile:1.20
--- pkgsrc/x11/xclip/Makefile:1.19      Wed Nov 16 15:29:35 2016
+++ pkgsrc/x11/xclip/Makefile   Wed Nov 23 23:41:30 2016
@@ -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 @@ LICENSE=      gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_TOOLS+=    autoconf gmake
 
+LDFLAGS.SunOS+=        -liconv
+
 pre-configure:
        cd ${WRKSRC} && autoreconf
 



Home | Main Index | Thread Index | Old Index