pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [root%mail.asta.uni-rostock.de@localhost: pkgsrc DragonFly 1.4.0/i386 bulk build results]



On Wed, Feb 01, 2006 at 08:08:13AM -0800, Jeremy C. Reed wrote:
> On Wed, 1 Feb 2006 joerg%britannica.bec.de@localhost wrote:
> 
> > editors/lyx-qt                     reed%reedmedia.net@localhost
> 
> 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



Home | Main Index | Thread Index | Old Index