tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: graphics/babl: fixes for MacOS



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.


Home | Main Index | Thread Index | Old Index