On 2018-11-30, at 1:30 PM, MacPorts wrote:
>
> Comment (by mouse07410):
>
> Clang of Xcode-10.1 does not accept {{{-syslibroot}}} argument at all.
> That's what prevents {{gimp-print}}} from being built on Mojave:
>
Mouse, I don't think it's Xcode 10; rather that libtool in gimp-print is very
old I believe.
Using our current one by adding the following to the Portfile:
depends_build-append port:libtool
build.args LIBTOOL="${prefix}/bin/glibtool --tag=CC"
and gimp-print builds against an SDK with no trouble at all:
$ port -v installed gimp-print
The following ports are currently installed:
gimp-print @4.2.7_0 (active) platform='darwin 18' archs='x86_64'
date='2018-12-01T12:15:57-0800'
Cheers,
Ken