Subject: Re: [root@mail.asta.uni-rostock.de: pkgsrc DragonFly 1.4.0/i386 bulk build results]
To: None <pkgsrc-bulk@pkgsrc.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bulk
Date: 02/01/2006 17:27:54
On Wed, Feb 01, 2006 at 08:08:13AM -0800, Jeremy C. Reed wrote:
> On Wed, 1 Feb 2006 joerg@britannica.bec.de wrote:
> 
> > editors/lyx-qt                     reed@reedmedia.net
> 
> My Makefile has this addition:
> 
> +# the following is a work-around because $PREFIX/qt3/lib/libqt-mt.so
> +# didn't link with pthread
> +# need to fix libqt3 package?
> +CONFIGURE_ENV+=                qt_cv_libname=-lqt-mt

This is not a problem of the libqt3 package, but of configure script.
Linking against a threaded library (not a thread-aware library) needs
PTHREAD_* flags, it should be done for consistence also on other
platforms BTW.

Joerg