1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/p5-AcePerl/files/patch-acelib_wh_mystdlib.h
Adam Weinberger 03f1abf704 Reassign biology/ perl modules to perl@.
While here:

Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
2015-05-08 18:12:36 +00:00

13 lines
407 B
C

--- acelib/wh/mystdlib.h.orig 2002-11-14 20:00:06 UTC
+++ acelib/wh/mystdlib.h
@@ -161,7 +161,8 @@ char *DosToPosix(char *path) ; /* define
#endif
#if defined(POSIX) || defined(LINUX) || defined(SOLARIS) || defined(SGI) || \
- defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS)
+ defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) || \
+ defined(FREEBSD)
#ifdef WIN32
#include <mbctype.h>