summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-24 15:34:27 +0000
committerwiz <wiz>2008-12-24 15:34:27 +0000
commitdd0219f41130cc48049ca4bc4a679aead45fa083 (patch)
tree30b48a575d35c9c086fa3279b658e5c194f0b626 /devel/glib2
parent6698383f55c2e4a36d29a589dc249f7c3438d240 (diff)
downloadpkgsrc-dd0219f41130cc48049ca4bc4a679aead45fa083.tar.gz
Avoid gtkdoc-rebase problem for Solaris as well.
Fixes PR 40031 by Jörn Clausen.
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile4
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