Skip to content
Permalink
Browse files

zmq-devel: update to 20190419-e3a96778

  • Loading branch information
michaelld committed Apr 24, 2019
1 parent 7113024 commit c1a930150e8e5907a3c1405d2031c76e75a2cfb8
Showing with 7 additions and 7 deletions.
  1. +5 −5 devel/zmq/Portfile
  2. +2 −2 devel/zmq/files/patch-cxx11.devel.diff
@@ -59,11 +59,11 @@ subport zmq22 {
}

subport zmq-devel {
github.setup zeromq libzmq 494a82f0e70855e727329ea8c1c6135dad1f0d28
version 20190414-[string range ${github.version} 0 7]
checksums rmd160 25ae6762c8d1597a6202c548cfc0d13a18a9378a \
sha256 234407589d9bb0ffb84c19f0d6610c39d2495f0b039e160de18ab93d5410aa96 \
size 809193
github.setup zeromq libzmq e3a96778b6fae8a80eb22d5a4f411c1cfb2666de
version 20190419-[string range ${github.version} 0 7]
checksums rmd160 e25a8a840f22a52acdcdf36106ee07312cb877c0 \
sha256 5496a70b8892af481e314a83f1afe9d78263eaa2960f7f5ff376748009a28d0b \
size 809869
revision 0

conflicts zmq zmq22 zmq3
@@ -62,9 +62,9 @@ diff --git a/src/blob.hpp b/src/blob.hpp
index c14633c..66a5171 100644
--- a/src/blob.hpp
+++ b/src/blob.hpp
@@ -37,7 +37,7 @@
#include <string.h>
@@ -38,7 +38,7 @@
#include <algorithm>
#include <ios>

-#if __cplusplus >= 201103L || defined(_MSC_VER) && _MSC_VER > 1700
+#if defined(ZMQ_USE_CXX11) || defined(_MSC_VER) && _MSC_VER > 1700

0 comments on commit c1a9301

Please sign in to comment.
You can’t perform that action at this time.