[MacPorts] #44656: wxWidgets-3.0: configure fails on Leopard

MacPorts noreply at macports.org
Mon Aug 18 01:46:49 PDT 2014


#44656: wxWidgets-3.0: configure fails on Leopard
----------------------------+---------------------
  Reporter:  takeshi@…      |      Owner:  mojca@…
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:
Resolution:                 |   Keywords:  leopard
      Port:  wxWidgets-3.0  |
----------------------------+---------------------

Comment (by mojca@…):

 Thank you very much for the hint.

 Takeshi, can you please try the attached patch?
 {{{
 #!patch
 --- Portfile    (revision 124076)
 +++ Portfile    (working copy)
 @@ -110,8 +110,10 @@
                      --enable-graphics_ctx \
                      --with-macosx-sdk=no \
                      --with-macosx-version-min=no
 -configure.ldflags-append \
 +if {[string match *clang* ${configure.cxx}]} {
 +    configure.ldflags-append \
                      -stdlib=${configure.cxx_stdlib}
 +}

  if {${subport} eq "wxPython-3.0"} {
      set wxpythonsubset      wxPython-${wxpython_ver}-MacPorts-subset
 }}}

 In case it works for you, feel free to commit it.

-- 
Ticket URL: <https://trac.macports.org/ticket/44656#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list