diff options
author | obache <obache> | 2009-10-16 07:15:27 +0000 |
---|---|---|
committer | obache <obache> | 2009-10-16 07:15:27 +0000 |
commit | 0d19b85824720d66b7d10251d5133ce00957c912 (patch) | |
tree | 0d9b0439a2fcb455f50adc217287b9e24c7db117 /graphics | |
parent | 569bfdefade18510cc5d753bfca9b3a4af98d2af (diff) | |
download | pkgsrc-0d19b85824720d66b7d10251d5133ce00957c912.tar.gz |
Add gtkdoc-rebase workaround.
Diffstat (limited to 'graphics')
-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" |