From owner-freebsd-ports Mon Jan 29 6:10:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD7B37B69C for ; Mon, 29 Jan 2001 06:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0TEA8F70854; Mon, 29 Jan 2001 06:10:08 -0800 (PST) (envelope-from gnats) Date: Mon, 29 Jan 2001 06:10:08 -0800 (PST) Message-Id: <200101291410.f0TEA8F70854@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/23186: The py-qt port fails to compile Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/23186; it has been noted by GNATS. From: FUJISHIMA Satsuki 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