Date: Fri, 30 Aug 2002 06:52:25 -0700 (PDT) From: Alan Eldridge <alane@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt30 Makefile Message-ID: <200208301352.g7UDqPLe053252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alane 2002/08/30 06:52:25 PDT
Modified files:
x11-toolkits/qt30 Makefile
Log:
Added "threads" to the qmake.conf file. From this message on the list:
FreeBSD port installs threaded version of qt (qt-mt), but qmake.conf is
installed withouth thread in the CONFIG variable. Because of that, qmake tried
to link with -lqt instead of -lqt-mt -pthread and fails. With thread in the
CONFIG everything works. This affects all ports that use qmake.
Folks, please test this (especially on current). It seems reasonable, is easy
to back out, I'm running a qt built with it right now.
Submitted by: Tilman Linneweh <tilman@arved.de>
Revision Changes Path
1.114 +2 -0 ports/x11-toolkits/qt30/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208301352.g7UDqPLe053252>
