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:
parent
14316a67bc
commit
e1e613ee9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47418
@ -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
|
||||
|
13
devel/oaf/files/patch-liboaf::oaf-registration.c
Normal file
13
devel/oaf/files/patch-liboaf::oaf-registration.c
Normal 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]);
|
||||
|
Loading…
Reference in New Issue
Block a user