summaryrefslogtreecommitdiff
path: root/audio/beast/files/patch-birnet_birnetcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/beast/files/patch-birnet_birnetcpu.c')
-rw-r--r--audio/beast/files/patch-birnet_birnetcpu.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/beast/files/patch-birnet_birnetcpu.c b/audio/beast/files/patch-birnet_birnetcpu.c
new file mode 100644
index 000000000000..1895b2adbea5
--- /dev/null
+++ b/audio/beast/files/patch-birnet_birnetcpu.c
@@ -0,0 +1,11 @@
+--- birnet/birnetcpu.cc.orig 2008-02-26 23:19:28.000000000 +0100
++++ birnet/birnetcpu.cc 2008-02-26 23:25:30.000000000 +0100
+@@ -201,7 +201,7 @@
+ struct sigaction action, old_action;
+ action.sa_handler = cpu_info_sigill_handler;
+ sigemptyset (&action.sa_mask);
+- action.sa_flags = SA_NOMASK;
++ action.sa_flags = SA_NODEFER;
+ sigaction (SIGILL, &action, &old_action);
+ if (setjmp (cpu_info_jmp_buf) == 0)
+ {