tech-pkg archive

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

Re: No-one noticed that my package (cingg-netbsd) was broken :(



On Tue, Nov 19, 2024 at 04:37:11PM +0300, Andrew Randrianasulu wrote:
> But what if program depend of few libs in different prefixes?
> 
> like qt5 in /usr/pkg/qt5/ ffmpeg6 in /usr/pkg/lib/ffmpeg6, X11 libs in
> /usr/X11R7/lib ?

There's only one PREFIX.
/usr/X11R7 is called X11BASE in pkgsrc.

> in pkgsrc buildlink.3 should handle this (but it does not transform -L into
> rpath on 10.0 at least?), but normal compiling outside of pkgsrc also
> should work, no?

Normal compiling outside pkgsrc should rely on

(a) pkg-config
(b) the appropriate CFLAGS and LDFLAGS being set by the user.


Home | Main Index | Thread Index | Old Index