diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-18 23:19:08 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-18 23:19:08 +0000 |
commit | e4815d14d2cb983628e13dbad48ba18560ff21b2 (patch) | |
tree | 735bbc6937e47b0a14c0280fe99b6a0284d95691 /databases | |
parent | 7c21bf8e48decfb4a4b25cf960a1e379738f4dbd (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/akonadi/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index f67ca23c3f48..3991d478c07e 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -42,19 +42,6 @@ PLIST_SUB+= QT_PREFIX=${QT_PREFIX} post-patch: ${REINPLACE_CMD} -e '/akonadi.pc/s|pkgconfig|../libdata/pkgconfig|' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${CP} ${PATCH_WRKSRC}/server/src/storage/entities-header.xsl \ - ${PATCH_WRKSRC}/server/src/storage/entitiesKDE4.header.xsl - cd ${PATCH_WRKSRC}/server && \ - ${REINPLACE_CMD} -e 's|entities.h|entitiesKDE4.h|g' \ - CMakeLists.txt \ - src/storage/entities.xsl \ - src/storage/doxygen-preprocess-entities.sh -# graphics/gd installs entities.h to ${LOCALBASE}/include, rename kde's entities.h to fix build -.for ext in *.cpp *.h - ${FIND} ${PATCH_WRKSRC} -name ${ext} | ${XARGS} \ - ${REINPLACE_CMD} -e 's|include "entities.h"|include <entitiesKDE4.h>|g' \ - -e 's|include <entities.h>|include <entitiesKDE4.h>|g' -.endfor ${REINPLACE_CMD} -e '/find_program/s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \ ${PATCH_WRKSRC}/server/CMakeLists.txt #prevent updating mime during build |