Skip to content

Commit

Permalink
zmqpp: needs C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 13, 2024
1 parent 8548b91 commit 3ab3011
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions devel/zmqpp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ PortGroup cmake 1.1
github.setup zeromq zmqpp 4.2.0
revision 1
categories devel net
platforms darwin
license MPL-2
maintainers {@ierofant gmail.com:aw.kornilov} openmaintainer

Expand All @@ -17,7 +16,11 @@ long_description This C++ binding for 0mq/zmq is a 'high-level' library \
It consists of a number of header and source files all residing in the zmq directory, \
these files are provided under the MPLv2 license (see LICENSE for details).

depends_lib-append port:zmq
depends_lib-append path:lib/libzmq.dylib:zmq

checksums sha256 8b434842eb806e020f189a08f77a9d571df15ecfff596067af5d74abe5267cdc \
rmd160 4a1f05ea84a462fd9e079195bf36f6d995ce7aba
rmd160 4a1f05ea84a462fd9e079195bf36f6d995ce7aba \
size 102936

# cc1plus: error: unrecognized command line option "-std=c++11"
compiler.cxx_standard 2011

0 comments on commit 3ab3011

Please sign in to comment.