diff options
author | obache <obache@pkgsrc.org> | 2010-05-23 11:19:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-23 11:19:26 +0000 |
commit | 263ab168e463d0d0e812fafee20f8f5d073e7156 (patch) | |
tree | 7029a251e1becc844f7c965ad232330230e1d22f /net/libsoup24 | |
parent | dc4e0c237b976b9a8fb85ee55c11551c2cac57fc (diff) | |
download | pkgsrc-263ab168e463d0d0e812fafee20f8f5d073e7156.tar.gz |
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'net/libsoup24')
-rw-r--r-- | net/libsoup24/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index ea055089dcb..19aa4425b88 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/02/28 20:49:21 tonio Exp $ +# $NetBSD: Makefile,v 1.22 2010/05/23 11:19:27 obache Exp $ DISTNAME= libsoup-2.28.2 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} @@ -24,6 +24,10 @@ TEST_TARGET= check .include "options.mk" +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../databases/sqlite3/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.21.3 .include "../../devel/glib2/buildlink3.mk" |