diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-06 19:13:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-06 19:13:56 +0800 |
commit | b33d25e9f85b5b0f80d905c10c47693f202d54be (patch) | |
tree | b377462695665a8464811c6558b27d31eab7cc19 /mail | |
parent | 222c7a03f5668f673458a96d1fc5b2f9259ed16a (diff) | |
download | freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.gz freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.zst freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.zip |
Make these ports build with glib 2.36
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime24/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile index 4d85e6640147..501fbedf66d8 100644 --- a/mail/gmime24/Makefile +++ b/mail/gmime24/Makefile @@ -37,6 +37,10 @@ LATEST_LINK?= ${PORTNAME}24 PORTDOCS= * +post-patch: + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/*/Makefile.in + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |