diff options
author | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
commit | cf1a51c2a48efeed7584ed7841769d96320e37f3 (patch) | |
tree | 447b65103a75e98824f163de3ce93eb0d67d3d4e /x11 | |
parent | 0d5b8405bd6764a072039e21cf474da1679db156 (diff) | |
download | pkgsrc-cf1a51c2a48efeed7584ed7841769d96320e37f3.tar.gz |
Add a bunch more gtkdoc-rebase workarounds.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libunique/Makefile | 6 | ||||
-rw-r--r-- | x11/libxklavier/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index a1b60d372cb..f95acc48422 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:56:56 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/30 09:22:47 sketch Exp $ # DISTNAME= libunique-1.0.8 @@ -18,6 +18,10 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= unique.pc.in +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "options.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 7a4cd928092..2efde2efbe8 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/08/09 08:04:24 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/09/30 09:22:47 sketch Exp $ # DISTNAME= libxklavier-4.0 @@ -30,6 +30,10 @@ CONFIGURE_ARGS+= --with-xkb-base=${X11BASE}/share/X11/xkb CONFIGURE_ARGS+= --with-xkb-base=${X11BASE}/lib/X11/xkb .endif +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 .include "../../devel/glib2/buildlink3.mk" |