Fix a substitution to fix the build now on 5.X and higher.
Reported by: pointyhat via kris
This commit is contained in:
parent
b5cc49be98
commit
30d5cf0b95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123086
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue