aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-30 17:39:44 +0800
committerkwm <kwm@FreeBSD.org>2011-07-30 17:39:44 +0800
commit254acdac182f9c08ecf35b8468bbf7e6514d0982 (patch)
tree4b07f845f80d7e3a7f45b05f1ffc9182e5a28c6d /mail/evolution
parent550ed7d78fab02c5dbdfeea1ecea79f43bbeb1fd (diff)
downloadfreebsd-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/Makefile1
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' \