Remove uthreads evil hack.

ok espie@ sthen@
This commit is contained in:
ajacoutot 2012-02-19 11:39:06 +00:00
parent 2076e05ba4
commit a7a736463f
2 changed files with 2 additions and 17 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.44 2011/04/20 20:51:41 naddy Exp $
# $OpenBSD: Makefile,v 1.45 2012/02/19 11:39:06 ajacoutot Exp $
COMMENT= GNU make
DISTNAME= make-3.82
PKGNAME= g${DISTNAME}
REVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=make/}

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-misc_c,v 1.2 2011/04/20 20:51:41 naddy Exp $
XXX THIS IS A HACK
Make this error non-fatal by not exiting. This is needed to workaround
the effects of userland threads which change i/o operations to
non-blocking.
--- misc.c.orig Mon Jul 19 09:10:54 2010
+++ misc.c Sat Oct 23 15:30:51 2010
@@ -954,6 +954,5 @@ close_stdout (void)
error (NILF, _("write error: %s"), strerror (errno));
else
error (NILF, _("write error"));
- exit (EXIT_FAILURE);
}
}