diff options
author | obache <obache@pkgsrc.org> | 2008-12-21 05:03:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-21 05:03:34 +0000 |
commit | c0247150424780098d268e3f5c27af1f5216daf1 (patch) | |
tree | 63750249b47bbfafd47ba2c3f810a85c9ae027ad /devel | |
parent | 33030440f0e627772203c7fcfb3077d5cf19fe0b (diff) | |
download | pkgsrc-c0247150424780098d268e3f5c27af1f5216daf1.tar.gz |
Add gtkdoc-rebase to TOOLS_NOOP on Darwin, for workaround of Bug#562310.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 3326af3113e..8b76adfdf24 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2008/12/01 13:25:47 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2008/12/21 05:03:34 obache Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. @@ -75,6 +75,11 @@ SUBST_MESSAGE.thr= Fixing libgthread. CONFIGURE_ENV+= gt_cv_c_wchar_t=no .endif +# Workaround for Bug#562310 +.if ${OPSYS} == "Darwin" +TOOLS_NOOP+= gtkdoc-rebase +.endif + .if ${OPSYS} == "HPUX" CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=yes .endif |