On Tue, Nov 19, 2024 at 05:23:59AM +0300, Andrew Randrianasulu wrote:
> @@ -0,0 +1,12 @@
> +$NetBSD$
> +
> +Bash in /usr/pkg/bin on NetBSD
> +
By the way, we use REPLACE_BASH because we can't hardcode
/usr/pkg in pkgsrc: it's configurable on bootstrap.
oh, no ;)
I mean, I just pushed patch to cingg-netbsd exactly using hardcoded rpath to /usr/pkg/lib/ffmpeg6 (because it not really obvious for me how to convince linker to use same rpath as in -L directive ... and w/o such drastic measure make install complains about missing libs, on 10.0/amd64)