diff options
author | wiz <wiz> | 2008-12-24 15:34:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-12-24 15:34:27 +0000 |
commit | dd0219f41130cc48049ca4bc4a679aead45fa083 (patch) | |
tree | 30b48a575d35c9c086fa3279b658e5c194f0b626 /devel | |
parent | 6698383f55c2e4a36d29a589dc249f7c3438d240 (diff) | |
download | pkgsrc-dd0219f41130cc48049ca4bc4a679aead45fa083.tar.gz |
Avoid gtkdoc-rebase problem for Solaris as well.
Fixes PR 40031 by Jörn Clausen.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |