aboutsummaryrefslogtreecommitdiff
path: root/audio/beast/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-01-05 22:00:56 +0000
committerRene Ladan <rene@FreeBSD.org>2018-01-05 22:00:56 +0000
commit7f85a02b1ef2b9dd790cdaf27f9ec5a6b86fd7a4 (patch)
tree3b2b7bf3e373677c93de6cee84c65d8029365c4e /audio/beast/files
parent191e95b34018db78a5bae320ed78a639e1a23052 (diff)
downloadports-7f85a02b1ef2b9dd790cdaf27f9ec5a6b86fd7a4.tar.gz
ports-7f85a02b1ef2b9dd790cdaf27f9ec5a6b86fd7a4.zip
Notes
Diffstat (limited to 'audio/beast/files')
-rw-r--r--audio/beast/files/patch-birnet_birnetcpu.cc11
-rw-r--r--audio/beast/files/patch-tools_bseloopfuncs.cc20
2 files changed, 0 insertions, 31 deletions
diff --git a/audio/beast/files/patch-birnet_birnetcpu.cc b/audio/beast/files/patch-birnet_birnetcpu.cc
deleted file mode 100644
index 2a6c1652c056..000000000000
--- a/audio/beast/files/patch-birnet_birnetcpu.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
- {
diff --git a/audio/beast/files/patch-tools_bseloopfuncs.cc b/audio/beast/files/patch-tools_bseloopfuncs.cc
deleted file mode 100644
index ce3167c37cc2..000000000000
--- a/audio/beast/files/patch-tools_bseloopfuncs.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/bseloopfuncs.cc.orig 2013-01-19 00:23:42 UTC
-+++ tools/bseloopfuncs.cc
-@@ -469,7 +469,7 @@ gsl_data_find_loop2 (GslDataHandle *
- ep = sp + minll;
- {
- gdouble score = score_headloop (dhandle, sp, ep - sp, config->block_length / 2, G_MAXDOUBLE);
-- g_print ("%u %.17g\n", sp - block, score);
-+ g_print ("%lu %.17g\n", sp - block, score);
- continue;
- if (score <= config->score)
- {
-@@ -496,7 +496,7 @@ gsl_data_find_loop2 (GslDataHandle *
- for (ep = sp + minll; ep < cstart; ep++)
- {
- gdouble score = score_headloop (dhandle, sp, ep - sp, config->block_length / 2, config->score);
-- g_print ("%u %.17g\n", ep - sp, score);
-+ g_print ("%lu %.17g\n", ep - sp, score);
- continue;
- if (score <= config->score)
- {