diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-04 04:23:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-04 04:23:41 +0000 |
commit | 7847d8fbdef6b9fc74cc158d5ec8c5df87e3873c (patch) | |
tree | 61b66e54ac5adedfe08a81ab5ce2d48c2341e3e1 /mail/evolution | |
parent | 067f35f6d8a213d7fae7e0a78a92dd9cc9177a39 (diff) |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 '<db.h>' | \ ${XARGS} ${REINPLACE_CMD} -e 's|<db.h>|<db3/db.h>|g' |