summaryrefslogtreecommitdiff
path: root/net/openwbem
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-05-07 10:08:07 +0000
committerjoerg <joerg@pkgsrc.org>2016-05-07 10:08:07 +0000
commit4e7bcd5c00e89007c351b66656f97f1e4f569920 (patch)
tree19b146e421dea856786798f694f38ba0c26e6da1 /net/openwbem
parent32effd790f18ab28d719a79232159fcc1b6d0ede (diff)
downloadpkgsrc-4e7bcd5c00e89007c351b66656f97f1e4f569920.tar.gz
Include the right header for std::less.
Diffstat (limited to 'net/openwbem')
-rw-r--r--net/openwbem/distinfo4
-rw-r--r--net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp7
2 files changed, 6 insertions, 5 deletions
diff --git a/net/openwbem/distinfo b/net/openwbem/distinfo
index 1c43357d142..77680f7d0aa 100644
--- a/net/openwbem/distinfo
+++ b/net/openwbem/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:18 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/05/07 10:08:07 joerg Exp $
SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb
RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35
@@ -14,7 +14,7 @@ SHA1 (patch-src_cim_OW__CIMDateTime.cpp) = 186db29470cbe526c4e18aca13604ab578b3b
SHA1 (patch-src_cimom_server_OW__Platform.cpp) = f7a2f848f565c0c33810bc90ff1455598c024769
SHA1 (patch-src_cimom_server_OW__PlatformSignal.cpp) = f6d2427d1a2f0bce8cbbc558583bd7d429cfc515
SHA1 (patch-src_common_OW__COWReference.hpp) = f67f64de56a8745d24a0d738b9c546f5edf249d8
-SHA1 (patch-src_common_OW__CommonFwd.hpp) = 1f1a721f7da14eb0d4ac08f56f1b8086e9d5795a
+SHA1 (patch-src_common_OW__CommonFwd.hpp) = 11caf3255cb37709026ad6076e4762e19c422737
SHA1 (patch-src_common_OW__HashMap.hpp) = 37475181bf6e979bde55ef717f14ce62ab730aed
SHA1 (patch-src_common_OW__HashMultiMap.hpp) = 3d94543356bf0837996a9faf4075ccc6965bd462
SHA1 (patch-src_common_OW__List.hpp) = e106aca83db05b484ad573cb8da889453321836f
diff --git a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
index 2ec73590489..79ea58b739d 100644
--- a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
+++ b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1 2013/05/23 14:58:09 joerg Exp $
+$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.2 2016/05/07 10:08:07 joerg Exp $
---- src/common/OW_CommonFwd.hpp.orig 2013-05-23 13:15:41.000000000 +0000
+--- src/common/OW_CommonFwd.hpp.orig 2005-11-04 22:34:12.000000000 +0000
+++ src/common/OW_CommonFwd.hpp
-@@ -38,19 +38,7 @@
+@@ -38,19 +38,8 @@
#include "OW_ArrayFwd.hpp"
#include "OW_IntrusiveReference.hpp"
@@ -20,6 +20,7 @@ $NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1 2013/05/23 14:58:09 joerg Exp
-}
-#endif
+#include <algorithm>
++#include <functional>
namespace OW_NAMESPACE
{