Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 23:47:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342906 - head/biology/libgenome/files
Message-ID:  <201402052347.s15NlmGW009894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 23:47:48 2014
New Revision: 342906
URL: http://svnweb.freebsd.org/changeset/ports/342906
QAT: https://qat.redports.org/buildarchive/r342906/

Log:
  biology/libgenome: Fix build on dragonfly

Added:
  head/biology/libgenome/files/patch-include_gn_gnDefs.h   (contents, props changed)

Added: head/biology/libgenome/files/patch-include_gn_gnDefs.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/libgenome/files/patch-include_gn_gnDefs.h	Wed Feb  5 23:47:48 2014	(r342906)
@@ -0,0 +1,10 @@
+--- include/gn/gnDefs.h.orig	2003-05-01 08:24:50.000000000 +0000
++++ include/gn/gnDefs.h
+@@ -17,6 +17,7 @@
+ 
+ #include <limits.h>
+ #include <float.h>
++#include <string.h>
+ #include "gn/gnSetup.h"
+ 
+ // bool	



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