summaryrefslogtreecommitdiff
path: root/devel/qmake
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-11-19 04:23:21 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-11-19 04:23:21 +0000
commit1ce4c7b7163d929d2e40f6b1d9b263b23a312f59 (patch)
tree50a189a3ae16dc73380ca6c60dcf487b83734b9a /devel/qmake
parentDescribe this port. (diff)
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.
Notes
Notes: svn path=/head/; revision=94321
Diffstat (limited to 'devel/qmake')
-rw-r--r--devel/qmake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile
index 0d7cebf96134..fc27c9c91136 100644
--- a/devel/qmake/Makefile
+++ b/devel/qmake/Makefile
@@ -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