diff options
author | avilla <avilla@FreeBSD.org> | 2010-12-07 20:16:25 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-12-07 20:16:25 +0800 |
commit | 206c34194ca32e9419a76b80603568792b1db26f (patch) | |
tree | 3291aea237ed1184207e920e98c083108d19c5e9 /net-im/telepathy-qt4 | |
parent | f123699da732428ae1ac1d11a95d5d17b9499775 (diff) | |
download | freebsd-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/Makefile | 2 |
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|' \ |