Ticket #55641: zmq-cxx11.diff

File zmq-cxx11.diff, 461 bytes (added by ryandesign (Ryan Carsten Schmidt), 6 years ago)
  • Portfile

    old new  
    2020    message filtering (subscriptions), seamless access to multiple transport \
    2121    protocols and more.
    2222
     23if {(${subport} eq ${name} || ${subport} eq "${name}-devel") && [string match *clang* ${configure.compiler}]} {
     24    PortGroup           cxx11 1.1
     25}
     26
    2327if {${name} eq ${subport}} {
    2428    github.setup        zeromq libzmq 4.2.3 v
    2529