From 55a09b408e0a7526c6e6a9d8ef0c58670d82dcf8 Mon Sep 17 00:00:00 2001 From: marcm Date: Wed, 21 May 2003 06:34:04 +0000 Subject: [PATCH] Add a workaround for dealing with threading (or lack thereof) on Vax. ok brad@ --- devel/glib/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/glib/Makefile b/devel/glib/Makefile index afb73f89be2..96892c4d202 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2002/12/29 20:19:10 fgsch Exp $ +# $OpenBSD: Makefile,v 1.51 2003/05/21 06:34:04 marcm Exp $ # Uses pthreads COMMENT= "useful routines for C programming" @@ -21,6 +21,11 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static +# VAX thread support as yet incomplete +.if (${MACHINE_ARCH} == "vax") +CONFIGURE_ARGS+= --disable-threads +.endif + PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \ ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \ patch-*