Date: Wed, 13 Mar 2024 06:41:13 +0100
From: Thomas Klausner <wiz%gatalith.at@localhost>
To: adr <adr%sdf.org@localhost>
Cc: pkgsrc-users%netbsd.org@localhost
Subject: Re: espeak-ng: PKGCONFIG_OVERRIDE not needed anymore
On Tue, Mar 12, 2024 at 11:57:57PM +0000, adr wrote:
Hi, I noticed that the package can now be built without
PKGCONFIG_OVERRIDE+= espeak-ng.pc.in
Yes, it can be built, but it will work worse for its users.
With the line, the installed espeak-ng.pc file has:
Libs: -Wl,-R${libdir} -L${libdir} -lespeak-ng
without it:
Libs: -L${libdir} -lespeak-ng
which might lead to software depending on it to _not_ find the
espeak-ng library at run-time.
Thomas