Date: Fri, 04 Sep 2009 18:02:16 +0200 From: Dan Lukes <dan@obluda.cz> To: ale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138469: [ PATCH ] databases/mysql51-{server|client} bad dependency Message-ID: <4AA13A08.8080107@obluda.cz> In-Reply-To: <200909041348.n84DmSO9072068@freefall.freebsd.org> References: <200909041348.n84DmSO9072068@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I missed there is /lib/libncursesw.so.7 also Unfortunately, I don't know how to affect preferences when both /lib/libncursesw.so.7 and /usr/local/lib/libncursesw.so.5.7 exists I can remove the detection from 'configure' replacing it with fixed values, but it help with libtinfow only, not with libncursesw ... Critical is linking time, not the configure time. I don't know how to force gcc with -lncursesw to link library from specific directory only. It's not possible to remove /usr/local/lib from -L path because we need other libraries from them. I'm sorry ... Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AA13A08.8080107>