summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2009-10-16 07:15:27 +0000
committerobache <obache>2009-10-16 07:15:27 +0000
commit35a7bfee6b61345ee5b8b7dd67ab389aa70991a3 (patch)
tree0d9b0439a2fcb455f50adc217287b9e24c7db117 /graphics
parent58a76c5233a11b66abdd3714fed49e5eaaec3ba8 (diff)
downloadpkgsrc-35a7bfee6b61345ee5b8b7dd67ab389aa70991a3.tar.gz
Add gtkdoc-rebase workaround.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter-gtk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile
index 4f5d9cccd07..b333a85d864 100644
--- a/graphics/clutter-gtk/Makefile
+++ b/graphics/clutter-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:56:57 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/16 07:15:27 obache Exp $
#
DISTNAME= clutter-gtk-0.8.3
@@ -17,6 +17,10 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+# Workaround for Upstream Bug#562310.
+# for more detail, see also PR#41475.
+TOOLS_NOOP+= gtkdoc-rebase
+
PKGCONFIG_OVERRIDE+= clutter-gtk.pc.in
.include "../../x11/gtk2/buildlink3.mk"