mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Backport a fix from bonobo-activation.
This commit is contained in:
parent
5edc1c3796
commit
4427398e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54683
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= oaf
|
||||
PORTVERSION= 0.6.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/oaf
|
||||
|
14
devel/oaf/files/patch-liboaf::oaf-fork-server.c
Normal file
14
devel/oaf/files/patch-liboaf::oaf-fork-server.c
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- liboaf/oaf-fork-server.c 2002/02/14 01:44:13 1.1
|
||||
+++ liboaf/oaf-fork-server.c 2002/02/14 01:44:39
|
||||
@@ -264,6 +264,8 @@
|
||||
} else if ((childpid = fork ())) {
|
||||
_exit (0); /* de-zombifier process, just exit */
|
||||
} else {
|
||||
+ sigprocmask (SIG_SETMASK, &omask, NULL);
|
||||
+
|
||||
if (display)
|
||||
oaf_setenv ("DISPLAY", display);
|
||||
if (od_iorstr)
|
Loading…
Reference in New Issue
Block a user