diff options
-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|' \ |