diff options
author | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
commit | 0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch) | |
tree | 34efd5e517da4214f5f0803b43fcfa123eaa97c9 /devel | |
parent | e42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff) | |
download | pkgsrc-0d64b56801bd0dc7f3c42a31353345344fc6bcbe.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rudiments/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index dc8bfed5b61..0bc20ffb371 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/10/20 14:39:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.41 2016/12/04 03:51:15 marino Exp $ # DISTNAME= rudiments-0.56.0 @@ -30,4 +30,5 @@ CWRAPPERS_APPEND.cxx+= -Wno-error=unused-private-field .include "../../www/curl/buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |