Re: [MacPorts] #62906: ming @0.4.8 cannot be built on PPC Leopard because static declaration of ‘swf4debug’ follows non-static declaration

MacPorts noreply at macports.org
Thu May 20 12:14:15 UTC 2021


#62906: ming @0.4.8 cannot be built on PPC Leopard because static declaration of
‘swf4debug’ follows non-static declaration
------------------------+------------------------
  Reporter:  ballapete  |      Owner:  ryandesign
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.6.4
Resolution:             |   Keywords:  leopard
      Port:  ming       |
------------------------+------------------------

Comment (by Min4sT1r1th):

 This is a general error and not limited to PPC ; I fixed it in some ugly
 way, but it works:


 {{{
 --- src/actioncompiler/Makefile.am
 +++ src/actioncompiler/Makefile.am
 @@ -58,9 +58,11 @@

  swf4compiler.tab.h: $(srcdir)/swf4compiler.y
         $(YACC) --defines $(DEBUG) -p swf4 -b swf4compiler
 $(srcdir)/swf4compiler.y
 +       gsed -i 44,46d $(srcdir)/swf4compiler.tab.h

  swf5compiler.tab.c: $(srcdir)/swf5compiler.y
         $(YACC) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y

  swf5compiler.tab.h: $(srcdir)/swf5compiler.y
         $(YACC) --defines $(DEBUG) -p swf5 -b swf5compiler
 $(srcdir)/swf5compiler.y
 +       gsed -i 44,46d $(srcdir)/swf5compiler.tab.h
 }}}

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


More information about the macports-tickets mailing list