aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2
diff options
context:
space:
mode:
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>