options (which now generate a noisy warning), but gcc 2.95 didn't yet have
support for the replacement options (-falign=*).
As a result we have to use a conditional patch based on OSVERSION to get
the desired behaviour in both cases. Switch to REINPLACE_CMD while I'm
here.
* Fix build [2]
* Respect CXXFLAGS (this port is broken with -O, so add -O0 to disable it)
* Fix and sort pkg-plist
Submitted by: Dan Johansson <djodv97@student.vxu.se> [1],
Miguel Mendez <flynn@energyhq.homeip.net> [2]
PR: ports/41040