diff --git a/devel/bison/distinfo b/devel/bison/distinfo index c8a6f4869..348ab8a60 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -7,3 +7,4 @@ Size (bison-3.0.4.tar.xz) = 1973796 bytes SHA1 (patch-data_glr.c) = a2e0900ed995e4320e80f8ed05eae8e82be50502 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab SHA1 (patch-lib_stdio.in.h) = bb793f0c8f56c3a838609f8a86cf5afc70420da8 +SHA1 (patch-zz-minix-a) = f1786ef240b894af886af84ecb1c9bdb21279208 diff --git a/devel/bison/patches/patch-lib_spawni.c b/devel/bison/patches/patch-lib_spawni.c new file mode 100644 index 000000000..2dcbd7cb7 --- /dev/null +++ b/devel/bison/patches/patch-lib_spawni.c @@ -0,0 +1,17 @@ +$NetBSD$ + +--- lib/spawni.c.orig Mon Apr 8 09:18:57 2013 ++++ lib/spawni.c +@@ -223,10 +223,12 @@ __spawni (pid_t *pid, const char *file, + } + #endif + ++#ifndef __minix + /* Set the process group ID. */ + if ((flags & POSIX_SPAWN_SETPGROUP) != 0 + && setpgid (0, attrp->_pgrp) != 0) + _exit (SPAWN_ERROR); ++#endif + + /* Set the effective user and group IDs. */ + if ((flags & POSIX_SPAWN_RESETIDS) != 0