From 6bbc4da600100061e329fb5e65afdba8ee9c8eb6 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 4 Dec 2016 03:51:14 +0000 Subject: Specify readline requirement on 30 packages Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base. --- audio/libgpod/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 408f7a6ab55..f84e288ebc2 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/08/03 10:22:08 adam Exp $ +# $NetBSD: Makefile,v 1.50 2016/12/04 03:51:14 marino Exp $ DISTNAME= libgpod-0.8.2 PKGREVISION= 26 @@ -31,4 +31,5 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.0 .include "../../textproc/libplist/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3