1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Fix a long standing bug, uncovered by the KDE-team's attempt to use this

port to build x11-toolkits/qt32 -- the qmake.conf installed did not have
any thread flags set at all. Bump portrevision.
This commit is contained in:
Mikhail Teterin 2003-11-19 04:23:21 +00:00
parent cee63dfb7e
commit 1ce4c7b716
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94321

View File

@ -7,6 +7,7 @@
PORTNAME= qmake
PORTVERSION= 3.2.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@ -50,7 +51,6 @@ post-patch:
-e 's,/usr/local,${LOCALBASE},' \
-e 's,/usr/X11R6,${X11BASE},' \
-e 's,release,release thread,' \
-e 's,-pthread,,g' \
-e 's,-pthread -D_THREAD_SAFE,${PTHREAD_CFLAGS},' \
-e 's,-pthread,${PTHREAD_LIBS},' \
${WRKSRC}/../mkspecs/freebsd-g++/qmake.conf