diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
commit | ca18c5b1d871a92954334d7e56906b51e1c2d086 (patch) | |
tree | 69ab1e6d1c3aa62d8921d89f1d46c51f48b49f3a /mail/evolution | |
parent | 769329177b45b3221adba2ec0ddb4d734343d53e (diff) |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 21b9edd2d2fa..ef6ed6f3081b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -107,6 +107,7 @@ post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-Wl,--no-undefined||g' \ + -e 's|-DGTK_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ |