diff options
author | obache <obache@pkgsrc.org> | 2009-10-16 07:15:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-16 07:15:27 +0000 |
commit | 493afecd29b4cf03347579a16ea0698d9375f3e3 (patch) | |
tree | 0d9b0439a2fcb455f50adc217287b9e24c7db117 /graphics/clutter-gtk | |
parent | b25d20cd119f078384cdbe8dd253dba84078097c (diff) | |
download | pkgsrc-493afecd29b4cf03347579a16ea0698d9375f3e3.tar.gz |
Add gtkdoc-rebase workaround.
Diffstat (limited to 'graphics/clutter-gtk')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 6 |
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" |