pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 Fix IRIX test which I accidentally broke i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c337ca7e233
branches:  trunk
changeset: 538954:8c337ca7e233
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 21 20:53:54 2008 +0000

description:
Fix IRIX test which I accidentally broke in rev 1.123.
This fixes PR pkg/37260

diffstat:

 devel/glib2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85b697d44a0a -r 8c337ca7e233 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Thu Feb 21 19:44:40 2008 +0000
+++ b/devel/glib2/Makefile      Thu Feb 21 20:53:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2008/02/13 19:30:00 drochner Exp $
+# $NetBSD: Makefile,v 1.131 2008/02/21 20:53:54 tnn Exp $
 
 # When updating glib2, please apply patch-ak to configure.in
 # Then run a matching version of autoconf to regen patch-aa.
@@ -85,7 +85,7 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
-.if ${OPSYS} == "IRIX"
+.if !empty(MACHINE_PLATFORM:MIRIX-5*)
 CONFIGURE_ARGS+=       --disable-threads
 .else
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index