summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-27 23:14:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-27 23:14:10 +0000
commit798b68483f80bb708ddc143c66ee515a8a504ebc (patch)
tree905c6c689d78e803ba4ae037ad6b7812fde16a66 /mail/balsa
parentAdd bfhist, statistics generator for BinkleyForce FTN mailer. (diff)
- Fix build on 4.x
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=122629
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index a0e2090f6267..575814bb1540 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -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>