diff options
author | obache <obache> | 2010-05-23 11:19:26 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-23 11:19:26 +0000 |
commit | 2addeba1ac358186d66047f7e32b7b9ebfe4db6c (patch) | |
tree | 7029a251e1becc844f7c965ad232330230e1d22f /devel | |
parent | d1d1c445fd2c2d216370acb2553b1b294b95ec9a (diff) | |
download | pkgsrc-2addeba1ac358186d66047f7e32b7b9ebfe4db6c.tar.gz |
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgnome/Makefile | 6 | ||||
-rw-r--r-- | devel/libgsf/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 252a1591bba..00eef4a5023 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2009/10/29 23:05:00 drochner Exp $ +# $NetBSD: Makefile,v 1.76 2010/05/23 11:19:27 obache Exp $ # DISTNAME= libgnome-2.28.0 @@ -69,6 +69,10 @@ CONFIGURE_ARGS+= --disable-esd BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.13.0 +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/GConf/schemas.mk" diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index cae4343c0c5..8213c116e20 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2010/04/13 16:56:36 drochner Exp $ +# $NetBSD: Makefile,v 1.69 2010/05/23 11:19:27 obache Exp $ # # Some files are shared with libgsf-gnome, so update that # as well when updating libgsf! @@ -30,6 +30,10 @@ MAKE_ENV+= GCONF2_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR} GCONF_SCHEMAS= gsf-office-thumbnailer.schemas +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |