NetBSD-Users archive

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

Re: How to get pkgsrc to use builtin/native libraries?



>Did you install all the X11 sets during install?

Yes.

>JPEG_DEFAULT= jpeg

I installed libjpeg-turbo as a binary from the NetBSD 10.0 binary
package collection. Actually, `make bin-install` did it without me
noticing. It seems pointless to use libjpeg-turbo, which is optimized
for x86, on a VAX.

>Ask on pkgsrc-users@ for fine tuning all this...

I will go do that now, hopefully it is ok to post on both lists.

If you have any more ideas pleasw reply!

Thank you again.

On Fri, 24 Apr 2026 at 10:10, RVP <rvp%sdf.org@localhost> wrote:
>
> On Fri, 24 Apr 2026, Monica Vaida wrote:
>
> > I applied your patch and did `make clean clean-depends`, but the
> > compilation failed again. During the `./configure` step of the build I
> > get these errors:
> > ```
> > checking for FcInit... yes
> > Package freetype2 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `freetype2.pc'
> > to the PKG_CONFIG_PATH environment variable
> > Package 'freetype2', required by 'xft', not found
> > Package freetype2 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `freetype2.pc'
> > to the PKG_CONFIG_PATH environment variable
> > Package 'freetype2', required by 'xft', not found
> > checking jpeglib.h usability... yes
> > ```
> >
>
> Did you install all the X11 sets during install?
>
> -RVP
>
> PS. You might need to force `libjpeg' to be used instead of `libjpeg-turbo'
> 'cause the latter compiles `cmake' to compile itself. Add something like this
> to `/etc/mk.conf':
>
> JPEG_DEFAULT=   jpeg
>
> Ask on pkgsrc-users@ for fine tuning all this...
>
> -RVP


Home | Main Index | Thread Index | Old Index