Skip site navigation (1)Skip section navigation (2)
Date:      19 Mar 2001 01:06:47 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Will Andrews <will@physics.purdue.edu>
Cc:        FreeBSD Ports <ports@FreeBSD.ORG>, sobomax@FreeBSD.ORG, knu@FreeBSD.ORG
Subject:   Re: Qt2X business (KDE2, GL support and XFree86 4.0.2_2+ & xthreads)
Message-ID:  <xzpitl64o6g.fsf@flood.ping.uio.no>
In-Reply-To: Will Andrews's message of "Sun, 18 Mar 2001 18:40:39 -0500"
References:  <20010318161729.M61859@ohm.physics.purdue.edu> <xzp4rwq64jn.fsf@flood.ping.uio.no> <20010318184039.V61859@ohm.physics.purdue.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Will Andrews <will@physics.purdue.edu> writes:
> On Mon, Mar 19, 2001 at 12:27:56AM +0100, Dag-Erling Smorgrav wrote:
> > Have you tried to simply fix the KDE configure scripts to enable
> > threading on FreeBSD (they currently only allow threading on Linux),
> > then run aclocal and autoconf, and configure --enable-mt?
> What do you think the current kdelibs2/kdebase2/kdesupport2 ports do?

I can't see any patches in x11/kdelibs2/files that look anything like
this:

--- acinclude.m4.orig   Mon Mar 19 01:04:13 2001
+++ acinclude.m4        Mon Mar 19 01:04:30 2001
@@ -855,7 +855,7 @@
 if test "x$kde_use_qt_mt" = "xyes"; then

   case $host in
-  *-*-linux-*)
+  *-*-linux-*|*-*-freebsd*)
     if test "x$GCC" = "xyes"; then
       CPPFLAGS="$CPPFLAGS -DQT_THREAD_SUPPORT -pthread"
       X_EXTRA_LIBS="$X_EXTRA_LIBS -pthread"

Neither do I see "--enable-mt" in CONFIGURE_FLAGS, nor do I see
USE_AUTOCONF being set to "YES", so you're going to have to work
harder to convince me that you're doing this correctly.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

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?xzpitl64o6g.fsf>