diff options
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index a0e2090f6267..575814bb1540 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -27,6 +27,7 @@ USE_PERL5= yes USE_OPENSSL= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ gtkhtml3 +USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_LIBLTDL= yes USE_ICONV= yes @@ -54,4 +55,7 @@ USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif +post-patch: + @${REINPLACE_CMD} -e 's|stdint.h|malloc.h|g' ${WRKSRC}/libbalsa/mailbox_imap.c + .include <bsd.port.post.mk> |