diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-21 07:06:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-21 07:06:27 +0800 |
commit | 0247f7f5db24969a527630a5308b96acc0d7491d (patch) | |
tree | 84fd38bb7f25d22e4facaf70b810e15fe4387bf7 | |
parent | 2938b5f029c646781226c682a9ec50ee0c053643 (diff) | |
download | marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar.gz marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar.bz2 marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar.lz marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar.xz marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.tar.zst marcuscom-ports-0247f7f5db24969a527630a5308b96acc0d7491d.zip |
Make this build with clang.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17077 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-exchange/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 7263db8c1..f3eafbdd1 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.170 2011/04/30 20:43:20 mezz Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.171 2012/09/01 23:02:10 mezz Exp $ # PORTNAME= evolution-exchange @@ -67,6 +67,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-DGTK_DISABLE_DEPRECATED||g' \ + -e 's|-DG_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure |