1
0
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:
Maxim Sobolev 2002-02-14 01:51:13 +00:00
parent 5edc1c3796
commit 4427398e02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54683
2 changed files with 15 additions and 0 deletions

View File

@ -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

View 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)