[MacPorts] #59825: Hexchat build failure

MacPorts noreply at macports.org
Mon Dec 9 02:54:08 UTC 2019


#59825: Hexchat build failure
-----------------------+----------------------
  Reporter:  friguron  |      Owner:  raimue
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.6.2
Resolution:            |   Keywords:
      Port:  hexchat   |
-----------------------+----------------------

Comment (by kencu):

 This "hack" worked to fix it for MacPorts, but it's not an upstreamable
 fix:
 {{{
 $ diff -u src/fe-gtk/meson.build.orig src/fe-gtk/meson.build
 --- src/fe-gtk/meson.build.orig 2019-12-08 18:50:18.000000000 -0800
 +++ src/fe-gtk/meson.build      2019-12-08 18:50:41.000000000 -0800
 @@ -40,11 +40,11 @@
  endif

  hexchat_gtk_cflags = [
 -  '-fPIE'
 +  ''
  ]

  hexchat_gtk_ldflags = [
 -  '-pie'
 +  ''
  ]

  if get_option('with-libnotify')
 }}}

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


More information about the macports-tickets mailing list