summaryrefslogtreecommitdiff
path: root/audio/beast/files/patch-birnet_birnetcpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/beast/files/patch-birnet_birnetcpu.cc')
-rw-r--r--audio/beast/files/patch-birnet_birnetcpu.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/beast/files/patch-birnet_birnetcpu.cc b/audio/beast/files/patch-birnet_birnetcpu.cc
new file mode 100644
index 000000000000..2a6c1652c056
--- /dev/null
+++ b/audio/beast/files/patch-birnet_birnetcpu.cc
@@ -0,0 +1,11 @@
+--- birnet/birnetcpu.cc.orig 2013-01-19 00:23:42 UTC
++++ birnet/birnetcpu.cc
+@@ -174,7 +174,7 @@ get_x86_cpu_features (CPUInfo *ci,
+ 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)
+ {