From 33b50eea5ed3aa29f687a7ed4385893b2cccf6f8 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 22 Mar 2001 14:52:08 +0000 Subject: [PATCH] better --- devel/glib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/glib/Makefile b/devel/glib/Makefile index d90ed8309db..c658a1bb262 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2001/03/07 22:51:22 brad Exp $ +# $OpenBSD: Makefile,v 1.36 2001/03/22 14:52:08 brad Exp $ .if ${MACHINE_ARCH} == "powerpc" BROKEN= "BROKEN on powerpc: reason unknown at the moment" @@ -29,8 +29,8 @@ FLAVORS= threads FLAVOR?= .if ${FLAVOR:L} == "threads" -. if ${MACHINE_ARCH} == "sparc" -BROKEN= "pthreads are currently not working on the SPARC architecture" +. if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "powerpc" +BROKEN= "pthreads are currently not working on the ${MACHINE_ARCH} architecture" . endif CONFIGURE_ARGS+= --enable-threads .else