diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 17:08:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 17:08:09 +0000 |
commit | dd57a2e474c1931b11d8b69072f86139bae22eac (patch) | |
tree | 4638ed018d57d0bb6b196626e55b0f2c6aa04386 /mail | |
parent | - Update to 2.01a30. For a list of changes please see: (diff) |
Use intlhack to fix the build with Perl 5.005.
Reported by: Mark Jacobs <mark.jacobs@custserv.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 2 | ||||
-rw-r--r-- | mail/ximian-connector/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 25deecad6486..9f0d6b887a72 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile index 25deecad6486..9f0d6b887a72 100644 --- a/mail/ximian-connector/Makefile +++ b/mail/ximian-connector/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ |