tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: graphics/babl: fixes for MacOS
On Sun, Feb 23, 2020 at 11:26:38AM +0000, nia wrote:
> On Sat, Feb 22, 2020 at 05:31:56PM -0700, Brook Milligan wrote:
> > Thanks for the suggestion.
> >
> > I tried the following in the Makefile (please correct me if that is not what you meant):
> >
> > BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--version-script,babl.map
> >
> > However, it does not seem to remove the option. The .work.log file has this in the relevant (executed) command:
> >
> > -Wl,--version-script -Wl,babl.map
> >
> > It looks like it is being split into two options rather than being removed.
> >
> > Thoughts?
> >
> > Cheers,
> > Brook
>
> The arguments are transformed by cwrappers.
>
> You need to apply the BUILDLINK_TRANSFORM to the transformed arguments,
> see the existing lines for appeasing the SunOS linker.
They are usign the split argument version. We don't normalize between
the forms. That's a stupid pain to match as separate flags.
Joerg
Home |
Main Index |
Thread Index |
Old Index