diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-07 17:10:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-07 17:10:13 +0800 |
commit | 2efc7dcc3ce05136797ad012a9d800248541f6ec (patch) | |
tree | 1f62acf119651e3a35be30cac7c0cc8cce6686e6 /net-im | |
parent | 82eb178f4502e7828ec87fb9fb9823a5eac563d2 (diff) | |
download | freebsd-ports-gnome-2efc7dcc3ce05136797ad012a9d800248541f6ec.tar.gz freebsd-ports-gnome-2efc7dcc3ce05136797ad012a9d800248541f6ec.tar.zst freebsd-ports-gnome-2efc7dcc3ce05136797ad012a9d800248541f6ec.zip |
- Fix build after qt update
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-qt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index 17617b7aea78..b923ac3a0b96 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -15,6 +15,7 @@ MAINTAINER= arved@FreeBSD.org COMMENT= Framework for VoIP and IP applications USE_CMAKE= yes +CMAKE_USE_PTHREAD= yes CMAKE_SOURCE_PATH= .. USE_QT_VER= 4 QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build xml dbus |