[MacPorts] #60927: inkscape 0.92.5_2 +x11: build failure

MacPorts noreply at macports.org
Thu Jul 30 18:07:25 UTC 2020


#60927: inkscape 0.92.5_2 +x11: build failure
---------------------------+--------------------
  Reporter:  joel-coffman  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.6.3
Resolution:                |   Keywords:
      Port:  inkscape      |
---------------------------+--------------------

Comment (by kencu):

 In the portfile, we're forcing it to {{{-std=c++11}}}:

 {{{
 platform darwin {
     if {[string match "*clang*" ${configure.compiler}]} {
         if {${configure.cxx_stdlib} eq "libstdc++"} {
             configure.cxxflags-append -std=c++98
         } else {
             configure.cxxflags-append -std=c++11
         }
     }
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/60927#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list