diff options
author | dbj <dbj> | 2008-04-20 22:37:06 +0000 |
---|---|---|
committer | dbj <dbj> | 2008-04-20 22:37:06 +0000 |
commit | c70ab38ad2401ee90bac2fbe262bc14fdfb4dbae (patch) | |
tree | c9fb2f5a7c16466e81cfa426cb78aca55fdfc243 /mail/imap-uw/patches | |
parent | a34957da3f66817ab629c4fc084ba74533ad2193 (diff) | |
download | pkgsrc-c70ab38ad2401ee90bac2fbe262bc14fdfb4dbae.tar.gz |
use setpgid instead of setpgrp on darwin if __DARWIN_UNIX03
PR pkg/37490
Diffstat (limited to 'mail/imap-uw/patches')
-rw-r--r-- | mail/imap-uw/patches/patch-bh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/imap-uw/patches/patch-bh b/mail/imap-uw/patches/patch-bh new file mode 100644 index 00000000000..7e21bc09a2d --- /dev/null +++ b/mail/imap-uw/patches/patch-bh @@ -0,0 +1,15 @@ +$NetBSD: patch-bh,v 1.1 2008/04/20 22:37:07 dbj Exp $ + +--- src/osdep/unix/os_osx.h.orig 2006-12-07 17:08:07.000000000 -0800 ++++ src/osdep/unix/os_osx.h 2008-04-20 13:00:37.000000000 -0700 +@@ -43,6 +43,10 @@ + + #define checkpw Checkpw + ++#if __DARWIN_UNIX03 ++#define setpgrp setpgid ++#endif ++ + #include "env_unix.h" + #include "fs.h" + #include "ftl.h" |