openbsd-ports/x11/gnome/controlcenter2/patches/patch-libslab-directory-tile_c
jasper 469f4a106f - set SHARED_ONLY=Yes
- use FAKE_FLAGS to remove two patches
- tweak a patch
2009-10-15 15:52:37 +00:00

16 lines
376 B
Plaintext

$OpenBSD: patch-libslab-directory-tile_c,v 1.5 2009/10/15 15:52:37 jasper Exp $
--- libslab/directory-tile.c.orig Mon Aug 24 13:13:11 2009
+++ libslab/directory-tile.c Thu Oct 15 17:35:30 2009
@@ -624,7 +624,11 @@ static void
disown_spawned_child (gpointer user_data)
{
setsid ();
+#if defined(__OpenBSD__)
+ setpgrp (0,0);
+#else
setpgrp ();
+#endif
}
static void