diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-04 12:49:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-04 12:49:28 +0800 |
commit | 8e110a580f672cbc6eac8e6620c5f0deca798bd1 (patch) | |
tree | 3a77fb5bf20ebb58033dd9ff3170317b25f6bd01 /mail/balsa | |
parent | 6f4af5a7eccdf2cb036cb60b7a1401b8057e9106 (diff) | |
download | freebsd-ports-gnome-8e110a580f672cbc6eac8e6620c5f0deca798bd1.tar.gz freebsd-ports-gnome-8e110a580f672cbc6eac8e6620c5f0deca798bd1.tar.zst freebsd-ports-gnome-8e110a580f672cbc6eac8e6620c5f0deca798bd1.zip |
Fix a substitution to fix the build now on 5.X and higher.
Reported by: pointyhat via kris
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> |