> On Feb 13, 2017, at 12:32, Marius Schamschula <[email protected]> wrote:
>
> Marius Schamschula (Schamschula) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/daf3f082fcf4dd90fab116d97c5e31f379dd75f3
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new daf3f08 ffe 0.3.7-1: fix build on Leopard and earlier
>
> daf3f08 is described below
>
>
> commit daf3f082fcf4dd90fab116d97c5e31f379dd75f3
>
> Author: Marius Schamschula <[email protected]>
> AuthorDate: Mon Feb 13 12:32:35 2017 -0600
>
>
> ffe 0.3.7-1: fix build on Leopard and earlier
> +if {9 >= ${os.major}} {
> + patchfiles patch-src-Makefile.in.diff
> +}
The same problem occurs on the Snow Leopard buildbots.
I guess the problem has less to do with the OS version, and more with the
compiler. I'd change the condition to check if configure.complier matches
*gcc-4.2*