Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.101 retrieving revision 1.102 diff -u -p -r1.101 -r1.102 --- pkgsrc/devel/glib2/Makefile 2006/07/03 21:01:53 1.101 +++ pkgsrc/devel/glib2/Makefile 2006/07/08 16:16:40 1.102 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2006/07/03 21:01:53 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2006/07/08 16:16:40 minskim Exp $ DISTNAME= glib-2.12.0 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -74,6 +74,10 @@ SUBST_MESSAGE.thr= Fixing libgthread. .endif +.if !empty(MACHINE_PLATFORM:MDarwin-[56].*-*) +CONFIGURE_ENV+= gt_cv_c_wchar_t=no +.endif + # Handle directories shared with devel/glib. PRINT_PLIST_AWK+= /^@dirrm include\/glib$$/ \ { print "@unexec $${RMDIR} %D/" $$2 \