diff options
author | sketch <sketch> | 2009-09-30 09:22:47 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-09-30 09:22:47 +0000 |
commit | ee8c3a4093296ddb13d626cff5ed6f252b420f71 (patch) | |
tree | 447b65103a75e98824f163de3ce93eb0d67d3d4e /graphics/clutter | |
parent | bbea2a2bc862d943fc210b954d542c5d41777b2b (diff) | |
download | pkgsrc-ee8c3a4093296ddb13d626cff5ed6f252b420f71.tar.gz |
Add a bunch more gtkdoc-rebase workarounds.
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index a6f833f3263..4fba9590bd5 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:00 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/30 09:22:47 sketch Exp $ # DISTNAME= clutter-0.8.8 @@ -23,6 +23,10 @@ PKGCONFIG_OVERRIDE+= clutter/x11/clutter-x11.pc.in PKGCONFIG_OVERRIDE+= clutter/win32/clutter-win32.pc.in PKGCONFIG_OVERRIDE+= clutter.pc.in +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "options.mk" TEST_TARGET= check |