diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:39:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:39:44 +0800 |
commit | 254acdac182f9c08ecf35b8468bbf7e6514d0982 (patch) | |
tree | 4b07f845f80d7e3a7f45b05f1ffc9182e5a28c6d /mail/evolution | |
parent | 550ed7d78fab02c5dbdfeea1ecea79f43bbeb1fd (diff) | |
download | freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.gz freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.zst freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.zip |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
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' \ |