summaryrefslogtreecommitdiff
path: root/audio
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 /audio
parentc5f601e4ab9ca89e4a5d8de6e7d7d5c1f9bbb7ad (diff)
downloadpkgsrc-0cdb5516f823ce032e93930c3de0bc8d90169c85.tar.gz
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'audio')
-rw-r--r--audio/libcanberra/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index a1c470e2c3b..c042d9f16d0 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/12/15 21:30:52 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2010/05/23 11:19:27 obache Exp $
#
DISTNAME= libcanberra-0.22
@@ -28,6 +28,10 @@ SUBST_STAGE.ltdlc= pre-configure
CONFIGURE_ENV+= ac_cv_lib_ltdl_lt_dladvise_init=yes
+# Workaround for Upstream Bug#562310.
+# for more detail, see also PR#41475.
+TOOLS_NOOP+= gtkdoc-rebase
+
#.include "../../devel/libltdl/convenience.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"