Subject: Re: solaris8 and graphics/xpm
To: Rob Quinn <rquinn@sec.sprint.net>
From: MLH <mlh@goathill.org>
List: tech-pkg
Date: 10/01/2003 15:44:30
> 
> > Any ideas on how to build graphics/xpm under Solaris8 with bootstrap-pkgsrc?
> > ...
> > XCreatePixmap                       0x14        CrPFrI.o
> > <unknown>                           0x34        RdFToBuf.o
> > <unknown>                           0x48        RdFToBuf.o
> 
>  This looks similar to my open PR pkg/21943.  If you scroll up above those
> errors, do you see a lot of non-fatal "gcc: unrecognized option `-Kpic'"
> messages?  If so, edit all of the Makefile's and change '-Kpic' to '-fPIC', and
> then re-bmake.

That's it.  Thanks

What would be the best way to patch this just for Solaris?