diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
| commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
| tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/beast/files/patch-birnet_birnetcpu.cc | |
| parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) | |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/beast/files/patch-birnet_birnetcpu.cc')
| -rw-r--r-- | audio/beast/files/patch-birnet_birnetcpu.cc | 11 |
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) + { |
