- Fix build on 4.x
Reported by: pointyhat via kris
This commit is contained in:
parent
b549957fc5
commit
798b68483f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122629
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue