pkgsrc-WIP-changes archive

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

Add buildlink3.mk files for protobuf-c and fstrm, so that this can build.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Jan 28 11:02:52 2019 +0100
Changeset:	d1110c6b4cbb1fbce7cc23b201d946e96f3aa0e4

Modified Files:
	getdns/Makefile

Log Message:
Add buildlink3.mk files for protobuf-c and fstrm, so that this
can build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d1110c6b4cbb1fbce7cc23b201d946e96f3aa0e4

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

diffstat:
 getdns/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/getdns/Makefile b/getdns/Makefile
index bb5240fc20..6671f2ed38 100644
--- a/getdns/Makefile
+++ b/getdns/Makefile
@@ -19,4 +19,6 @@ PKGCONFIG_OVERRIDE+=	getdns_ext_event.pc.in
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../net/unbound/buildlink3.mk"
+.include "../../devel/protobuf-c/buildlink3.mk"
+.include "../../net/fstrm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index