diff options
author | mi <mi@FreeBSD.org> | 2003-11-19 12:23:21 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-11-19 12:23:21 +0800 |
commit | 2491041bcfbb23b42275b4b61789aa344250e068 (patch) | |
tree | f6e308f5f73e48173a9617a28c839b1d6d1d52dd /devel/qmake | |
parent | dffcc00d7cf3ea727cb9e6605c8cd4f095003e60 (diff) | |
download | freebsd-ports-gnome-2491041bcfbb23b42275b4b61789aa344250e068.tar.gz freebsd-ports-gnome-2491041bcfbb23b42275b4b61789aa344250e068.tar.zst freebsd-ports-gnome-2491041bcfbb23b42275b4b61789aa344250e068.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 |