Date: Wed, 14 Mar 2001 21:43:29 -0700 (MST) From: "Aaron D. Gifford" <agifford@infowest.com> 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) Message-ID: <20010315044329.F0FFF21061@ns1.infowest.com> In-Reply-To: <200103150350.f2F3o1U26569@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Okay, it looks like this problem is because the port is trying to link to the multithreaded version of QT (-lqt2-mt), but looking at the "configure" stuff in the work dir, the port is only supposed to do that IF you use the --enable-mt command-line option to configure. So someone familiar with the GNU auto configuration / make / build process needs to take a look and see what small change to what file will fix this (either make it link against the non-multithreaded QT library since kdegames calls it "experimental" in the configuration file, or have it correctly append "-pthread" where needed). Thanks! Aaron out. 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?20010315044329.F0FFF21061>