From dd0219f41130cc48049ca4bc4a679aead45fa083 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 24 Dec 2008 15:34:27 +0000 Subject: Avoid gtkdoc-rebase problem for Solaris as well. Fixes PR 40031 by Jörn Clausen. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devel/glib2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 8b76adfdf24..39a4250d093 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2008/12/21 05:03:34 obache Exp $ +# $NetBSD: Makefile,v 1.152 2008/12/24 15:34:27 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. @@ -76,7 +76,7 @@ CONFIGURE_ENV+= gt_cv_c_wchar_t=no .endif # Workaround for Bug#562310 -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" TOOLS_NOOP+= gtkdoc-rebase .endif -- cgit v1.2.3