Date: Mon, 29 Jan 2001 06:10:08 -0800 (PST) From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/23186: The py-qt port fails to compile Message-ID: <200101291410.f0TEA8F70854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/23186; it has been noted by GNATS. From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: dmaddox@sc.rr.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/23186: The py-qt port fails to compile Date: Mon, 29 Jan 2001 23:02:46 +0900 At Sun, 28 Jan 2001 14:22:52 -0500, Donald J . Maddox wrote: > If you happen to have the lang/guile port installed (I do), you will > have a libqthreads.so.0 installed in /usr/local/lib. The configure > script, because of the lame test above, then concludes that you have > QT installed in /usr/local :( Good catch! I did reproduce your problem here. Then the solusion is: CONFIGURE_ENV+= --with-qt-libraries=${X11BASE}/lib in py-qt/Makefile. OK, this works with lang/guile for me. I'll commit this change soon. Again, thanks for your effort! -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101291410.f0TEA8F70854>