aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-22 10:44:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-22 10:44:29 +0000
commit3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch)
tree2e1c942caa79a250b3baeb557ee3445960e10d70 /mail/evolution
parentd9b2d0f0da5b6f85f90547429dadaa903033f59a (diff)
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 2f099a799a9f..817aec83cf58 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -109,6 +109,14 @@ post-patch:
-e 's|-DG_DISABLE_DEPRECATED||g' \
-e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} '/^evolution_alarm_notify_LDADD =/s/=/= -lgthread-2.0/' \
+ ${WRKSRC}/calendar/gui/alarm-notify/Makefile.in
+ @${REINPLACE_CMD} '/^evolution_settings_LDADD =/s/=/= -lgthread-2.0/' \
+ ${WRKSRC}/capplet/Makefile.in
+ @${REINPLACE_CMD} '/^evolution_backup_LDADD =/s/=/= -lgthread-2.0/' \
+ ${WRKSRC}/plugins/backup-restore/Makefile.in
+ @${REINPLACE_CMD} '/^evolution_LDADD =/s/=/= -lgthread-2.0/' \
+ ${WRKSRC}/shell/Makefile.in
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c
@${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \