From 7847d8fbdef6b9fc74cc158d5ec8c5df87e3873c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 4 Jun 2004 04:23:41 +0000 Subject: Fix build on amd64 by adding --with-pic to CONFIGURE_ARGS. Submitted by: Sean McNeil --- mail/evolution/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/evolution') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0efb62356395..5a9b6eb2548f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -64,6 +64,10 @@ CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} CONFIGURE_ARGS+=--with-openldap=no .endif +.if ${ARCH} == "amd64" +CONFIGURE_ARGS+=--with-pic +.endif + post-patch: @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${GREP} -l '' | \ ${XARGS} ${REINPLACE_CMD} -e 's|||g' -- cgit v1.2.3