Fix a substitution to fix the build now on 5.X and higher.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2004-12-04 04:49:28 +00:00
parent b5cc49be98
commit 30d5cf0b95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123086

View file

@ -56,6 +56,7 @@ CONFIGURE_ARGS+= --with-ldap
.endif
post-patch:
@${REINPLACE_CMD} -e 's|stdint.h|malloc.h|g' ${WRKSRC}/libbalsa/mailbox_imap.c
@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \
${WRKSRC}/libbalsa/mailbox_imap.c
.include <bsd.port.post.mk>