summaryrefslogtreecommitdiff
path: root/devel/libgsf
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-23 11:19:26 +0000
committerobache <obache@pkgsrc.org>2010-05-23 11:19:26 +0000
commit0cdb5516f823ce032e93930c3de0bc8d90169c85 (patch)
tree7029a251e1becc844f7c965ad232330230e1d22f /devel/libgsf
parentc5f601e4ab9ca89e4a5d8de6e7d7d5c1f9bbb7ad (diff)
downloadpkgsrc-0cdb5516f823ce032e93930c3de0bc8d90169c85.tar.gz
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'devel/libgsf')
-rw-r--r--devel/libgsf/Makefile6
1 files changed, 5 insertions, 1 deletions
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"