aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-04-02 09:27:05 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-04-02 09:27:05 +0000
commitd4dc90dad1dce1adb2aea9038bef9905888b5ba6 (patch)
tree1c528603784473266e22ebce9f37eed14503479e /textproc/wv2
parentdabd8fe5493b2d50a5ab555c98305d73decf5a00 (diff)
downloadports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.tar.gz
ports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.zip
fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching. Correct farsight2 master_site and add mirror. Submitted by: pointyhat via miwi Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=315661
Diffstat (limited to 'textproc/wv2')
-rw-r--r--textproc/wv2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile
index adde29e3e8b6..a7115df87219 100644
--- a/textproc/wv2/Makefile
+++ b/textproc/wv2/Makefile
@@ -20,4 +20,8 @@ USE_BZIP2= yes
USES= cmake
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
+ ${WRKSRC}/src/olestream.h
+
.include <bsd.port.mk>