summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authorobache <obache>2009-12-08 07:34:29 +0000
committerobache <obache>2009-12-08 07:34:29 +0000
commit0f523c2f7f5836fca0d030bacdd38417de30f2eb (patch)
tree704f5e54f3edc535bc79ca0c12e9db133b7852ad /devel/glib2
parente6d17ab7c0e1fad741777a97f6855e81ede59573 (diff)
downloadpkgsrc-0f523c2f7f5836fca0d030bacdd38417de30f2eb.tar.gz
glib-2.22.3 contains fixes for upstream Bug#56230,
so remove workaround for PR#41475.
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 2d1cc66c428..aa069f9a87a 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2009/12/06 22:29:41 wiz Exp $
+# $NetBSD: Makefile,v 1.168 2009/12/08 07:34:29 obache Exp $
# When updating glib2, please apply patch-ak to configure.in
# Then run a matching version of autoconf to regen patch-aa.
@@ -74,10 +74,6 @@ SUBST_MESSAGE.thr= Fixing libgthread.
CONFIGURE_ENV+= gt_cv_c_wchar_t=no
.endif
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.if ${OPSYS} == "HPUX"
CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=yes
.endif