diff options
-rw-r--r-- | benchmarks/libcpucycles/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/libcpucycles/files/patch-cpucycles_wrapper.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/libcpucycles/Makefile b/benchmarks/libcpucycles/Makefile index d2180fd16f91..4ed732450f6e 100644 --- a/benchmarks/libcpucycles/Makefile +++ b/benchmarks/libcpucycles/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcpucycles DISTVERSION= 20240318 +PORTREVISION= 1 CATEGORIES= benchmarks devel MASTER_SITES= https://cpucycles.cr.yp.to/ diff --git a/benchmarks/libcpucycles/files/patch-cpucycles_wrapper.c b/benchmarks/libcpucycles/files/patch-cpucycles_wrapper.c new file mode 100644 index 000000000000..40c74c029cd0 --- /dev/null +++ b/benchmarks/libcpucycles/files/patch-cpucycles_wrapper.c @@ -0,0 +1,11 @@ +--- cpucycles/wrapper.c.orig 2024-10-29 18:59:34 UTC ++++ cpucycles/wrapper.c +@@ -26,7 +26,7 @@ void cpucycles_tracesetup(void) + tracesetup = 1; + } + +-static jmp_buf crash_jmp; ++static sigjmp_buf crash_jmp; + + static void crash(int s) + { |