[MacPorts] #61122: RigCtldGUI: Doesn't use MacPorts LDFLAGS

MacPorts noreply at macports.org
Thu Sep 3 16:37:09 UTC 2020


#61122: RigCtldGUI: Doesn't use MacPorts LDFLAGS
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  ra1nb0w
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.3
Resolution:              |   Keywords:
      Port:  RigCtldGUI  |
-------------------------+----------------------

Comment (by ryandesign):

 Note also that this is using clang++ to link but isn't using MacPorts
 CXXFLAGS to do so (note the absence of the `-stdlib` flag) so that flag
 should be added to LDFLAGS manually when the C++ compiler is clang:

 {{{
 if {[string match *clang* ${configure.cxx}]} {
     configure.ldflags-append -stdlib=${configure.cxx_stdlib}
 }
 }}}

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


More information about the macports-tickets mailing list