summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-28 08:27:00 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-28 08:27:00 +0000
commit51e1fb542f8b47dc9443b513fadcd36983640124 (patch)
treea6c3b6a31bfe469a79cec576fe1fe58f754b65a5 /meta-pkgs
parent0d7893c39aa7a77f4c486b4794f98b75e1ec4940 (diff)
downloadpkgsrc-51e1fb542f8b47dc9443b513fadcd36983640124.tar.gz
Fix patch.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/distinfo4
-rw-r--r--meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo
index 300e8205657..c39eaf9643e 100644
--- a/meta-pkgs/boost/distinfo
+++ b/meta-pkgs/boost/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.100 2017/06/27 20:08:59 joerg Exp $
+$NetBSD: distinfo,v 1.101 2017/06/28 08:27:00 joerg Exp $
SHA1 (boost_1_64_0.tar.bz2) = 51421ef259a4530edea0fbfc448460fcc5c64edb
RMD160 (boost_1_64_0.tar.bz2) = 377ea4325f5e3ccd2820002143bb5baa1aeb3b41
@@ -20,7 +20,7 @@ SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6
SHA1 (patch-boost_math_special__functions_expm1.hpp) = 724fbd40b3780da8af6ce10bbf50a354eb19031a
SHA1 (patch-boost_math_special__functions_log1p.hpp) = df6fd088da736a4640663b64841383432f1a1201
SHA1 (patch-boost_math_tools_config.hpp) = daf8cf1fdac8169825c06804ca6d667792be0e9a
-SHA1 (patch-boost_numeric_ublas_storage.hpp) = 16582a5b6cd7d5b49bbd75e48fe487bb84a1ae15
+SHA1 (patch-boost_numeric_ublas_storage.hpp) = 282b5a3b5d09216ded14fae166169d64db72590e
SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711
SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4
diff --git a/meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp b/meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp
index ddb23a61a23..2e686154a46 100644
--- a/meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp
+++ b/meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp
@@ -1,4 +1,4 @@
-$NetBSD: patch-boost_numeric_ublas_storage.hpp,v 1.1 2017/06/27 20:08:59 joerg Exp $
+$NetBSD: patch-boost_numeric_ublas_storage.hpp,v 1.2 2017/06/28 08:27:00 joerg Exp $
--- boost/numeric/ublas/storage.hpp.orig 2017-06-27 09:07:20.588660202 +0000
+++ boost/numeric/ublas/storage.hpp
@@ -8,6 +8,6 @@ $NetBSD: patch-boost_numeric_ublas_storage.hpp,v 1.1 2017/06/27 20:08:59 joerg E
+#include <boost/serialization/array_wrapper.hpp>
+
- namespace boost { namespace numeric { namespace ublas {
+ namespace boost { namespace numeric { namespace ublas {