- Fix build on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Pav Lucistnik 2004-11-27 23:14:10 +00:00
parent b549957fc5
commit 798b68483f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122629

View file

@ -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>