diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-11-19 12:23:21 +0800 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-11-19 12:23:21 +0800 |
commit | 1ce4c7b7163d929d2e40f6b1d9b263b23a312f59 (patch) | |
tree | 50a189a3ae16dc73380ca6c60dcf487b83734b9a /devel/qmake | |
parent | cee63dfb7e54b08315b4bb1a80bc1342f064f545 (diff) | |
download | freebsd-ports-gnome-1ce4c7b7163d929d2e40f6b1d9b263b23a312f59.tar.gz freebsd-ports-gnome-1ce4c7b7163d929d2e40f6b1d9b263b23a312f59.tar.zst freebsd-ports-gnome-1ce4c7b7163d929d2e40f6b1d9b263b23a312f59.zip |
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.
Diffstat (limited to 'devel/qmake')
-rw-r--r-- | devel/qmake/Makefile | 2 |
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 |