kallisto: Patch for build with GCC

PR:             ports/245240
Submitted by:   pkubaj
This commit is contained in:
Jason W. Bacon 2020-04-01 23:35:38 +00:00
parent 8a16977e50
commit 20e5c7c289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530250
2 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= kallisto
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.2
PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org

View file

@ -0,0 +1,10 @@
--- src/Bootstrap.h.orig 2020-04-01 16:56:42 UTC
+++ src/Bootstrap.h
@@ -1,6 +1,7 @@
#ifndef KALLISTO_BOOTSTRAP_H
#define KALLISTO_BOOTSTRAP_H
+#include <sys/types.h>
#include <mutex>
#include <thread>