diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
commit | a5f590e51d3b147b9b5085ac6a2920189b42967a (patch) | |
tree | cee27e48f57eafc0ae5948472d8e095072bb5222 /mail | |
parent | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff) | |
download | ports-a5f590e51d3b147b9b5085ac6a2920189b42967a.tar.gz ports-a5f590e51d3b147b9b5085ac6a2920189b42967a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 89a477570bde..a62ffc0acc54 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -36,6 +36,8 @@ PORTDOCS= * post-patch: @${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/gmime/Makefile.in post-install: .if !defined(NOPORTDOCS) |