Subject: Re: libtool stripping "-framework" directives?
To: grant beattie <grant@NetBSD.org>
From: Idar Tollefsen <idart@performancedesign.no>
List: tech-pkg
Date: 04/23/2005 01:11:56
> I imagine this could be fixed ~easily by adding a libtool/Darwin
> wrapper in mk/wrapper, though it may be simpler to backport the change
> from libtool 1.5.16.

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.


- IT