[MacPorts] #61485: blackbox @0.75 does not build on Big Sur, macOS 11.0.1, because of "Undefined symbols for architecture x86_64: "_libiconv", referenced from:"

MacPorts noreply at macports.org
Sun Nov 15 23:45:10 UTC 2020


#61485: blackbox @0.75 does not build on Big Sur, macOS 11.0.1, because of
"Undefined symbols for architecture x86_64:   "_libiconv", referenced
from:"
------------------------+------------------------
  Reporter:  ballapete  |      Owner:  ryandesign
      Type:  defect     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.6.4
Resolution:  fixed      |   Keywords:  bigsur
      Port:  blackbox   |
------------------------+------------------------

Comment (by ballapete):

 This patch works as well:

 {{{
 --- lib/Makefile.in~    2019-09-06 11:55:04.000000000 +0200
 +++ lib/Makefile.in     2020-11-16 00:36:15.000000000 +0100
 @@ -458,7 +458,7 @@
                         Util.hh                                         \
                         XDG.hh

 -libbt_la_LIBADD = $(XFT_LIBS) $(XEXT_LIBS) $(X11_LIBS)
 +libbt_la_LIBADD = $(XFT_LIBS) $(XEXT_LIBS) $(X11_LIBS) $(LTLIBICONV)
  pkgconfigdir = $(libdir)/pkgconfig
  nodist_pkgconfig_DATA = libbt.pc
  all: all-am
 }}}

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


More information about the macports-tickets mailing list