pkgsrc-WIP-changes archive

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

bstone: build fixes for gcc 5.4.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Nov 21 22:36:53 2016 +0200
Changeset:	2e93a03aeb58a7a0755048abb802cf26a553b890

Modified Files:
	bstone/distinfo
Added Files:
	bstone/patches/patch-bstone__memory__binary__reader.h

Log Message:
bstone: build fixes for gcc 5.4.0

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

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

diffstat:
 bstone/distinfo                                       |  1 +
 bstone/patches/patch-bstone__memory__binary__reader.h | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diffs:
diff --git a/bstone/distinfo b/bstone/distinfo
index 7013254..0357a98 100644
--- a/bstone/distinfo
+++ b/bstone/distinfo
@@ -4,3 +4,4 @@ SHA1 (bstone/v1.1.7.tar.gz) = eedfdba8e145a84ffa1294b718bc952a36008055
 RMD160 (bstone/v1.1.7.tar.gz) = b360489aa8cf19404056f57bb91216019748ba71
 SHA512 (bstone/v1.1.7.tar.gz) = b2df39afe409e06c473aad4e87d6a9c2e4d4e55e0de9b9eed60b9cd6e9343c1ba95d07d5f53843c9b6c85c4914de4aafc69260bc53e764e8f625c6eb524cb6f0
 Size (bstone/v1.1.7.tar.gz) = 396501 bytes
+SHA1 (patch-bstone__memory__binary__reader.h) = 49cb2be6a6061948a6563dbfb924cc6643d8017b
diff --git a/bstone/patches/patch-bstone__memory__binary__reader.h b/bstone/patches/patch-bstone__memory__binary__reader.h
new file mode 100644
index 0000000..131b353
--- /dev/null
+++ b/bstone/patches/patch-bstone__memory__binary__reader.h
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Missing include.
+
+--- bstone_memory_binary_reader.h.orig	2016-04-09 12:21:25.000000000 +0000
++++ bstone_memory_binary_reader.h
+@@ -32,6 +32,7 @@ Free Software Foundation, Inc.,
+ 
+ 
+ #include <cstdint>
++#include <memory>
+ #include <string>
+ 
+ 


Home | Main Index | Thread Index | Old Index