[MacPorts] #70501: windowmaker at 0.95.9_1 Portfile on Tiger PPC doesn't compile as-is.

MacPorts noreply at macports.org
Wed Aug 7 19:19:26 UTC 2024


#70501: windowmaker at 0.95.9_1 Portfile on Tiger PPC doesn't compile as-is.
--------------------------+-----------------------------------
  Reporter:  garoffoli    |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.9.3
Resolution:               |   Keywords:  windowmaker tiger ppc
      Port:  windowmaker  |
--------------------------+-----------------------------------

Comment (by ryandesign):

 Replying to [comment:3 garoffoli]:
 > Adding legacysupport on packages that don't build it's the first thing I
 try. It's a "hack" that doesn't really resolve the issue. But it works
 fine.

 legacysupport adds functions that are missing or different on old macOS.
 If you are experiencing an error that points to such a function, adding
 legacysupport is a reasonable thing to try. You did not show us what error
 you got so we cannot say whether it was reasonable in this case.

 legacysupport has nothing to do with what C standard the code will use or
 what the compiler will support. Apple GCC 4.2 supports C99 just fine but
 it defaults to C89. If you want C99 you have to ask for it with a `-std`
 flag.

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


More information about the macports-tickets mailing list