Do not explicitely disable threads on vax anymore.

ok brad@ marcm@ (maintainers)
This commit is contained in:
miod 2003-05-27 23:00:50 +00:00
parent 67b259320a
commit abbf322352
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2003/05/21 06:34:04 marcm Exp $
# $OpenBSD: Makefile,v 1.52 2003/05/27 23:00:50 miod Exp $
# Uses pthreads
COMMENT= "useful routines for C programming"
@ -21,11 +21,6 @@ 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-*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2003/05/21 15:52:31 marcm Exp $
# $OpenBSD: Makefile,v 1.8 2003/05/27 23:00:52 miod Exp $
COMMENT= "general-purpose utility library"
COMMENT-docs= "glib2 documentation"
@ -47,11 +47,6 @@ MAKE_ENV= LIBGLIB_VERSION="${LIBGLIB_VERSION}" \
LIBGTHREAD_VERSION="${LIBGTHREAD_VERSION}" \
LIBGMODULE_VERSION="${LIBGMODULE_VERSION}"
# VAX thread support as yet incomplete
.if (${MACHINE_ARCH} == "vax")
CONFIGURE_ARGS+= --disable-threads
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>