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 /net-im/telepathy-qt4 | |
parent | 68ad110df4860172452b61ea2cbe074d5a3fba7b (diff) | |
download | ports-3106bb1bb3b9d720c4019d3be8c5981cba7f00cd.tar.gz ports-3106bb1bb3b9d720c4019d3be8c5981cba7f00cd.zip |
Notes
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|' \ |