diff options
| author | Jason W. Bacon <jwb@FreeBSD.org> | 2023-01-26 14:14:07 +0000 |
|---|---|---|
| committer | Jason W. Bacon <jwb@FreeBSD.org> | 2023-01-26 14:14:07 +0000 |
| commit | 62e06491dd1a548fb95ab05880b0d5a5d422534c (patch) | |
| tree | b9123ced61e059e7d777fccf2672544a772d7a82 | |
| parent | 02aac7682d341d3cc31f11507f5592997efa1eb9 (diff) | |
biology/vcflib: Patch in time.h for struct timespec
Forgot to add patch file to repo during upgrade
Needed on 12.3-RELEASE
| -rw-r--r-- | biology/vcflib/Makefile | 2 | ||||
| -rw-r--r-- | biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile index 665663e16c96..17002a8ccdbc 100644 --- a/biology/vcflib/Makefile +++ b/biology/vcflib/Makefile @@ -1,7 +1,7 @@ PORTNAME= vcflib DISTVERSIONPREFIX= v DISTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h b/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h new file mode 100644 index 000000000000..c954e2132183 --- /dev/null +++ b/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h @@ -0,0 +1,10 @@ +--- contrib/WFA2-lib/system/profiler_timer.h.orig 2023-01-26 13:43:09 UTC ++++ contrib/WFA2-lib/system/profiler_timer.h +@@ -33,6 +33,7 @@ + #ifndef PROFILER_TIMER_H + #define PROFILER_TIMER_H + ++#include <time.h> + #include "profiler_counter.h" + + /* |
