pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup net/libsoup: Specify readline requirement



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e70488b638b
branches:  trunk
changeset: 355491:4e70488b638b
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Dec 03 16:42:28 2016 +0000

description:
net/libsoup: Specify readline requirement

Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline

diffstat:

 net/libsoup/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r af177ddda757 -r 4e70488b638b net/libsoup/Makefile
--- a/net/libsoup/Makefile      Sat Dec 03 16:30:05 2016 +0000
+++ b/net/libsoup/Makefile      Sat Dec 03 16:42:28 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/09/17 15:23:42 richard Exp $
+# $NetBSD: Makefile,v 1.28 2016/12/03 16:42:28 marino Exp $
 
 DISTNAME=      libsoup-2.54.1
 CATEGORIES=    net gnome
@@ -59,4 +59,5 @@
 .include "../../devel/gobject-introspection/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-introspection
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index