Hi, I noticed that the package can now be built without PKGCONFIG_OVERRIDE+= espeak-ng.pc.inYes, 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.
By the way, shouldn't this be automatically fixed when the port has a buildlink3.mk? Doesn't it make sense? adr