summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-23 11:19:26 +0000
committerobache <obache@pkgsrc.org>2010-05-23 11:19:26 +0000
commit0cdb5516f823ce032e93930c3de0bc8d90169c85 (patch)
tree7029a251e1becc844f7c965ad232330230e1d22f /multimedia
parentc5f601e4ab9ca89e4a5d8de6e7d7d5c1f9bbb7ad (diff)
downloadpkgsrc-0cdb5516f823ce032e93930c3de0bc8d90169c85.tar.gz
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem-pl-parser/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 35cc1f27a83..23e2700d642 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2010/05/14 16:41:40 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2010/05/23 11:19:26 obache Exp $
#
DISTNAME= totem-pl-parser-2.28.3
@@ -21,6 +21,10 @@ CONFLICTS+= totem<2.22.0
PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in
PKGCONFIG_OVERRIDE+= totem-plparser.pc.in
+# Workaround for Upstream Bug#562310.
+# for more detail, see also PR#41475.
+TOOLS_NOOP+= gtkdoc-rebase
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../mail/gmime24/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"