svn commit: r342903 - head/biology/wise/files

John Marino marino at FreeBSD.org
Wed Feb 5 23:42:06 UTC 2014


Author: marino
Date: Wed Feb  5 23:42:06 2014
New Revision: 342903
URL: http://svnweb.freebsd.org/changeset/ports/342903
QAT: https://qat.redports.org/buildarchive/r342903/

Log:
  biology/wise: Add dragonfly support

Added:
  head/biology/wise/files/patch-src_models_phasemodel.c   (contents, props changed)

Added: head/biology/wise/files/patch-src_models_phasemodel.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/wise/files/patch-src_models_phasemodel.c	Wed Feb  5 23:42:06 2014	(r342903)
@@ -0,0 +1,13 @@
+--- src/models/phasemodel.c.orig	2007-09-08 08:05:32.000000000 +0000
++++ src/models/phasemodel.c
+@@ -3,6 +3,10 @@ extern "C" {
+ #endif
+ #include "phasemodel.h"
+ 
++#ifdef __DragonFly__
++#define isnumber	isdigit
++#endif
++
+ # line 59 "phasemodel.dy"
+ ProteinIntronList * read_ProteinIntronList(FILE * ifp)
+ {


More information about the svn-ports-head mailing list