diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-12-10 11:57:18 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-12-10 11:57:18 +0000 |
commit | 50e4712ee0c45b79cdcf14ad8acb41e63783ec8d (patch) | |
tree | 4d2910d70beb8cb6eab1f29257b65252050ecc5a | |
parent | 4c9430f5c61f84fb34b89b5d6324e5daec710884 (diff) | |
download | pkgsrc-50e4712ee0c45b79cdcf14ad8acb41e63783ec8d.tar.gz |
Add some context to patch-ae. No functional change, unless you count being
able to build the package on systems with GNU patch lurking around.
-rw-r--r-- | x11/gnome-control-center/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-control-center/patches/patch-ae | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/gnome-control-center/distinfo b/x11/gnome-control-center/distinfo index e69e82d7b11..20c73382c31 100644 --- a/x11/gnome-control-center/distinfo +++ b/x11/gnome-control-center/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2008/10/16 15:24:01 drochner Exp $ +$NetBSD: distinfo,v 1.6 2008/12/10 11:57:18 dsainty Exp $ SHA1 (gnome-control-center-2.24.0.1.tar.bz2) = daf737c762d53ef984a55fc5008e6a4e85b88294 RMD160 (gnome-control-center-2.24.0.1.tar.bz2) = 5f211b12f7260a8af8c602066133d72cb61cc3f6 @@ -6,4 +6,4 @@ Size (gnome-control-center-2.24.0.1.tar.bz2) = 2113356 bytes SHA1 (patch-aa) = 377d07ac5071fa19063cd3ecd47c589c53b81b5a SHA1 (patch-ab) = 82e7da7e90d8c30aa061c49f9f26ae270c122462 SHA1 (patch-ad) = fe6ae649237fe3b07a449b92c35d8a803b4533fb -SHA1 (patch-ae) = 2a586a333522e967bc513d24ebd8ef907f4919c3 +SHA1 (patch-ae) = fc38771eef736338a70038cf0218005cd0bffb56 diff --git a/x11/gnome-control-center/patches/patch-ae b/x11/gnome-control-center/patches/patch-ae index 9fbda1d155c..785161b15b6 100644 --- a/x11/gnome-control-center/patches/patch-ae +++ b/x11/gnome-control-center/patches/patch-ae @@ -1,11 +1,13 @@ -$NetBSD: patch-ae,v 1.1 2008/04/15 17:59:15 drochner Exp $ +$NetBSD: patch-ae,v 1.2 2008/12/10 11:57:18 dsainty Exp $ --- libslab/directory-tile.c.orig 2008-04-03 14:30:21.000000000 +0200 +++ libslab/directory-tile.c -@@ -672,5 +672,5 @@ static void +@@ -623,7 +623,7 @@ static void disown_spawned_child (gpointer user_data) { setsid (); - setpgrp (); + setpgid (0, 0); } + + static void |