diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-12-07 12:16:25 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-12-07 12:16:25 +0000 |
commit | 3106bb1bb3b9d720c4019d3be8c5981cba7f00cd (patch) | |
tree | 8f3cb39413f13cb25d71f69b27da62e3bd84d2d2 | |
parent | - Update to 1.35 (diff) |
- Do not build tests.
- Fix build on amd64.
Reported by: pointyhat via pav
Approved by: tabthorpe (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=265791
-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|' \ |