diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
commit | c958a485819003ec24c1ea1b01940ea7c953115e (patch) | |
tree | 544858c7e8531f55637ace19f7fe9ce4ac601ede /mail | |
parent | a0b1f9f804c55b43a404082d192042d7b0e7f832 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 634b3b495f95..c5088a2f2b7a 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -109,14 +109,6 @@ 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' \ |