biology/vcflib: Patch in time.h for struct timespec

Forgot to add patch file to repo during upgrade
Needed on 12.3-RELEASE
This commit is contained in:
Jason W. Bacon 2023-01-26 08:14:07 -06:00
parent 02aac7682d
commit 62e06491dd
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= vcflib
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org

View File

@ -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"
/*