Fix a bug that prevents some applications (e.g. Evolution) from starting-up

properly. This doesn't fix Nautilus, however. :(

Submitted by:	obrien
This commit is contained in:
Maxim Sobolev 2001-09-04 12:15:10 +00:00
parent 14316a67bc
commit e1e613ee9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47418
2 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= oaf
PORTVERSION= 0.6.5
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/oaf

View file

@ -0,0 +1,13 @@
$FreeBSD$
--- liboaf/oaf-registration.c 2001/09/04 11:05:52 1.1
+++ liboaf/oaf-registration.c 2001/09/04 11:06:15
@@ -395,6 +395,7 @@
if (od_iorstr)
oaf_setenv ("OAF_OD_IOR", od_iorstr);
+ sigprocmask (SIG_SETMASK, &omask, NULL);
close (iopipes[0]);