aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-qt4
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2010-12-07 20:16:25 +0800
committeravilla <avilla@FreeBSD.org>2010-12-07 20:16:25 +0800
commit206c34194ca32e9419a76b80603568792b1db26f (patch)
tree3291aea237ed1184207e920e98c083108d19c5e9 /net-im/telepathy-qt4
parentf123699da732428ae1ac1d11a95d5d17b9499775 (diff)
downloadfreebsd-ports-gnome-206c34194ca32e9419a76b80603568792b1db26f.tar.gz
freebsd-ports-gnome-206c34194ca32e9419a76b80603568792b1db26f.tar.zst
freebsd-ports-gnome-206c34194ca32e9419a76b80603568792b1db26f.zip
- Do not build tests.
- Fix build on amd64. Reported by: pointyhat via pav Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'net-im/telepathy-qt4')
-rw-r--r--net-im/telepathy-qt4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile
index 4ec330a13a32..2a237dbaf47c 100644
--- a/net-im/telepathy-qt4/Makefile
+++ b/net-im/telepathy-qt4/Makefile
@@ -40,6 +40,8 @@ BROKEN= does not build on 6.X
.endif
pre-configure:
+ ${REINPLACE_CMD} -e '/add_subdirectory(tests)/ d' \
+ ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e '/TelepathyQt4.*\.pc/ s|pkgconfig|../libdata/pkgconfig|' \
${WRKSRC}/TelepathyQt4/CMakeLists.txt
${REINPLACE_CMD} -e '/$${LIBXML2_INCLUDE_DIR}/ s|$$| ${LOCALBASE}/include|' \