aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-03-09 23:25:08 +0800
committerkwm <kwm@FreeBSD.org>2013-03-09 23:25:08 +0800
commit6a8e78fccb0501692cc5a9ecfe7fc0d30db4ff9d (patch)
tree96cf4948f3196968b09a9948a75c9c22d89e9715 /multimedia
parent405221c1585275139e8acc47184d8231e2b9a18d (diff)
downloadfreebsd-ports-gnome-6a8e78fccb0501692cc5a9ecfe7fc0d30db4ff9d.tar.gz
freebsd-ports-gnome-6a8e78fccb0501692cc5a9ecfe7fc0d30db4ff9d.tar.zst
freebsd-ports-gnome-6a8e78fccb0501692cc5a9ecfe7fc0d30db4ff9d.zip
Fix build with glib 2.34.
Submitted by: miwi
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/subtitleeditor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
index 1e512d09fa4b..d29627eb55b7 100644
--- a/multimedia/subtitleeditor/Makefile
+++ b/multimedia/subtitleeditor/Makefile
@@ -39,5 +39,6 @@ BROKEN= does not compile
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc
+ @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/plugins/actions/findandreplace/findandreplace.cc
.include <bsd.port.post.mk>