Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 23:35:38 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530250 - in head/biology/kallisto: . files
Message-ID:  <202004012335.031NZcZP081372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Wed Apr  1 23:35:38 2020
New Revision: 530250
URL: https://svnweb.freebsd.org/changeset/ports/530250

Log:
  kallisto: Patch for build with GCC
  
  PR:             ports/245240
  Submitted by:   pkubaj

Added:
  head/biology/kallisto/files/patch-src_Bootstrap.h   (contents, props changed)
Modified:
  head/biology/kallisto/Makefile

Modified: head/biology/kallisto/Makefile
==============================================================================
--- head/biology/kallisto/Makefile	Wed Apr  1 22:32:20 2020	(r530249)
+++ head/biology/kallisto/Makefile	Wed Apr  1 23:35:38 2020	(r530250)
@@ -3,6 +3,7 @@
 PORTNAME=		kallisto
 DISTVERSIONPREFIX=	v
 DISTVERSION=		0.46.2
+PORTREVISION=		1
 CATEGORIES=		biology
 
 MAINTAINER=	jwb@FreeBSD.org

Added: head/biology/kallisto/files/patch-src_Bootstrap.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/kallisto/files/patch-src_Bootstrap.h	Wed Apr  1 23:35:38 2020	(r530250)
@@ -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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004012335.031NZcZP081372>