summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2018-06-04 20:27:09 +0000
committermrg <mrg@pkgsrc.org>2018-06-04 20:27:09 +0000
commit6a16c0769f7592cfced3c54c2ab3e5d3e0b101d7 (patch)
tree5f73684f17d92e36984e4cc11605a8d8f06c0164 /devel/libebml
parenta313dc91c0ec9713bc421b6119e9d965a3ad3da1 (diff)
downloadpkgsrc-6a16c0769f7592cfced3c54c2ab3e5d3e0b101d7.tar.gz
#include <limits> to fix the build on netbsd-8/amd64.
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/distinfo3
-rw-r--r--devel/libebml/patches/patch-src_EbmlSInteger.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index a6eaf718a40..00cf7243275 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/04/22 21:38:22 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/06/04 20:27:09 mrg Exp $
SHA1 (libebml-1.3.6.tar.xz) = f37cc15c651db8c28f7bc3d69c7a81c08600dd0e
RMD160 (libebml-1.3.6.tar.xz) = a5ec0996a02b59c3514586e1285072df13b71186
SHA512 (libebml-1.3.6.tar.xz) = 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
Size (libebml-1.3.6.tar.xz) = 57764 bytes
+SHA1 (patch-src_EbmlSInteger.cpp) = 102271d4d1f8fe3356562f84a4235159026f1538
diff --git a/devel/libebml/patches/patch-src_EbmlSInteger.cpp b/devel/libebml/patches/patch-src_EbmlSInteger.cpp
new file mode 100644
index 00000000000..88e561e06d9
--- /dev/null
+++ b/devel/libebml/patches/patch-src_EbmlSInteger.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_EbmlSInteger.cpp,v 1.1 2018/06/04 20:27:09 mrg Exp $
+
+--- src/EbmlSInteger.cpp.orig 2018-04-20 11:27:20.000000000 -0700
++++ src/EbmlSInteger.cpp 2018-06-04 12:58:27.207323385 -0700
+@@ -34,6 +34,7 @@
+ */
+ #include <cassert>
+ #include <climits>
++#include <limits>
+
+ #include "ebml/EbmlSInteger.h"
+