summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-08 13:06:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-08 13:06:37 +0800
commit1581e633e7e7773746c9953c36eb10bc5edc39f0 (patch)
treea4f5b238523401f86c27d9b57ccc984cef11beec /mail/evolution-exchange
parentbf414fe8d4b4602a8813289cf6e6c39382a231b3 (diff)
downloadmarcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar.gz
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar.bz2
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar.lz
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar.xz
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.tar.zst
marcuscom-ports-1581e633e7e7773746c9953c36eb10bc5edc39f0.zip
Fix build on amd64.
Submitted by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index b15c1223a..29c093c32 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -45,4 +45,8 @@ LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
.endif
+.if ${ARCH} == "amd64"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
+.endif
+
.include <bsd.port.post.mk>