summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-05-23 05:13:51 +0000
committerbsiegert <bsiegert>2016-05-23 05:13:51 +0000
commit8782ee249fcb43847859b4c33d906b605b42d019 (patch)
tree978f7375b6c39c80ef7e47f32a7250fdb8c826e8
parent8839b7d7efb53af86e573183fb7cc1fa981076c6 (diff)
downloadpkgsrc-8782ee249fcb43847859b4c33d906b605b42d019.tar.gz
Pullup ticket #5022 - requested by joerg
devel/libbson: build fix Revisions pulled up: - devel/libbson/distinfo 1.18 - devel/libbson/patches/patch-Makefile.in 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 20:19:11 UTC 2016 Modified Files: pkgsrc/devel/libbson: distinfo Added Files: pkgsrc/devel/libbson/patches: patch-Makefile.in Log Message: Help linking the test program by providing all internal libraries.
-rw-r--r--devel/libbson/distinfo3
-rw-r--r--devel/libbson/patches/patch-Makefile.in14
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo
index ff5eab644d4..a80de13e23e 100644
--- a/devel/libbson/distinfo
+++ b/devel/libbson/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/04/05 12:43:23 fhajny Exp $
+$NetBSD: distinfo,v 1.17.2.1 2016/05/23 05:13:51 bsiegert Exp $
SHA1 (libbson-1.3.5.tar.gz) = 4eb4ac680aa162a838bfe29c382f607bd34214d2
RMD160 (libbson-1.3.5.tar.gz) = c23f252b726ce207dfcc8633373087b493a8e002
SHA512 (libbson-1.3.5.tar.gz) = b55ae1d424f786aabed6567a77cd09aa26c74ab0a09392e88faef8c156b1650c026f86f245bc8431a0ebcf404c4f80eb1b22e978a24289d32692c84375a66596
Size (libbson-1.3.5.tar.gz) = 4547720 bytes
+SHA1 (patch-Makefile.in) = e59627368354da85936154118085700bb9b7431c
diff --git a/devel/libbson/patches/patch-Makefile.in b/devel/libbson/patches/patch-Makefile.in
new file mode 100644
index 00000000000..7a8daaaf6fd
--- /dev/null
+++ b/devel/libbson/patches/patch-Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.in,v 1.1.2.2 2016/05/23 05:13:51 bsiegert Exp $
+
+--- Makefile.in.orig 2016-05-18 12:42:33.000000000 +0000
++++ Makefile.in
+@@ -781,7 +781,8 @@ test_libbson_LDFLAGS = $(COVERAGE_LDFLAG
+ test_libbson_LDADD = \
+ $(PTHREAD_LIBS) \
+ libbson-1.0.la \
+- libbson.la
++ libbson.la \
++ libyajl.la
+
+ TEST_ARGS = $(am__append_7)
+ EXAMPLE_CFLAGS = \