From owner-freebsd-ports Wed Mar 14 21:24:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id E6A6237B719; Wed, 14 Mar 2001 21:24:30 -0800 (PST) (envelope-from root@infowest.com) Received: by ns1.infowest.com (Postfix, from userid 0) id 3F5E42132A; Wed, 14 Mar 2001 22:24:30 -0700 (MST) To: freebsd-ports@FreeBSD.org, gnats-admin@FreeBSD.org Subject: Re: ports/25818: Clean build of kde2 fails in games/kdegames2 port (as of 13 MAR. 2001) Reply-To: In-Reply-To: <200103150350.f2F3o1U26569@freefall.freebsd.org> From: "Aaron D. Gifford" Message-Id: <20010315052430.3F5E42132A@ns1.infowest.com> Date: Wed, 14 Mar 2001 22:24:30 -0700 (MST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay, I seem to have stumbled on a work-around. Edit the Makefile in /usr/ports/games/kdegames2 and add -pthread to the CONFIGURE_ENV+= section, the LIBS="" subsection on line 27. I just inserted it after the -lstdc++ item and just before the closing double quotes. That seems to have made the build happy, but it is still linking against qt2-mt. Aaron out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message