summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-08-30 13:52:25 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-08-30 13:52:25 +0000
commitab02fb8a66b147186d10558098387590232255e1 (patch)
treee0167dfb071c69dd53979a620270f83bea5326b4 /x11-toolkits/qt33
parentDeploy USE_GNOMENG infrastructure (diff)
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>
Notes
Notes: svn path=/head/; revision=65308
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index cd939272c586..550ae714e8da 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -105,6 +105,8 @@ post-patch:
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
@${REINPLACE_CMD} -e 's,g++,${CXX},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,release,release thread,' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
# Work around qmake generated dependencies
pre-install: