diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:44:06 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:44:06 +0000 |
| commit | d0c59a821afd29c427fe25b82b53b239f0a9663e (patch) | |
| tree | 579c44c8897d3492ae7e59e7ffcece47d17745a4 /databases/evolution-data-server/Makefile | |
| parent | 57fb277be777cb9a5af3086975110079600d8ddd (diff) | |
Notes
Diffstat (limited to 'databases/evolution-data-server/Makefile')
| -rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 7ed0544d1a90..8c6cb9eba7e4 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -68,5 +68,11 @@ post-patch: s|-Wl,--no-undefined||g ; \ s|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} '/g_thread_init/d' \ + ${WRKSRC}/calendar/backends/file/e-cal-backend-file.c \ + ${WRKSRC}/camel/camel-index-control.c \ + ${WRKSRC}/camel/providers/imapx/test-imapx.c \ + ${WRKSRC}/libedataserverui/test-name-selector.c \ + ${WRKSRC}/servers/groupwise/soap-test.c .include <bsd.port.mk> |
