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:
parent
02aac7682d
commit
62e06491dd
@ -1,7 +1,7 @@
|
||||
PORTNAME= vcflib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -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"
|
||||
|
||||
/*
|
Loading…
Reference in New Issue
Block a user