Subject: Re: pkg/17047: mkfontscale build fails
To: None <netbsd-bugs@netbsd.org>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: netbsd-bugs
Date: 05/27/2002 20:01:00
> The make command fails when trying to build mkfontscale package. The line
> that precisely fails is:
>
> gccmakedep -f- -- /freetype2 -I/usr/local/src/XFree86/xc/exports/include
I found something different between with xpkgwedge or without xpkgwedge
during configuring.
with xpkgwedge:
imake -DUseInstalled -I/usr/pkg/lib/X11/config -I/usr/X11R6/lib/X11/config
[...]
without xpkgwedge:
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
[...]
then the results became very different. Don't know why. :)
ps. it seems we should mark this pkg as XF4 specific.
Because it will link to libfontenc.a.
-rxg