Subject: Re: libtool stripping "-framework" directives?
To: None <tech-pkg@netbsd.org>
From: Adam <adam@albedo.art.pl>
List: tech-pkg
Date: 05/19/2005 08:36:29
>> I recently added to pkg/28647, which deals with this problem
>> (http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=28647).
>>
>> Another work-around is to do:
>> .if ${OPSYS} == "Darwin"
>>  LIBTOOL_OVERRIDE=    /usr/bin/glibtool
>> .endif
>> in the Makefile. I haven't tested whether or not it's possible to set
>> the override in mk.conf to make it global or not.
>
> A similar problem with '-framework' directives for ethereal is reported
> in pkg/29949. When I try the LIBTOOL_OVERRIDE work-around, I get the
> following at the end of the configure phase:

Greetings,

The problem has been fixed with libtool-1.5.18 (because I've been 
bugging libtool authors for some time ;)).

Thanks to Todd V. for his patience. :)

Kind regards,
Adam