diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-04 04:49:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-04 04:49:28 +0000 |
commit | 30d5cf0b9584e9964c4e765c0be98f30f4ab9949 (patch) | |
tree | 8453dbd445c66aaf1653f5e3fc0479b675a518af /mail/balsa | |
parent | b5cc49be98ff325603ce7dc4bf70d538841c4af3 (diff) | |
download | ports-30d5cf0b9584e9964c4e765c0be98f30f4ab9949.tar.gz ports-30d5cf0b9584e9964c4e765c0be98f30f4ab9949.zip |
Fix a substitution to fix the build now on 5.X and higher.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=123086
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 575814bb1540..9044841cb21d 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -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> |