summaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl/files/patch-aa
blob: 3dd954af99e5e2d60b39c70af5f9838708c4ff81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- ace/wh/mystdlib.h.orig	Mon Jul 16 23:04:45 2001
+++ ace/wh/mystdlib.h	Mon Aug 13 12:42:25 2001
@@ -161,7 +161,8 @@
 #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>
--- ace/wh/mydirent.h.orig	Mon Jul 16 23:04:45 2001
+++ ace/wh/mydirent.h	Mon Aug 13 12:41:59 2001
@@ -55,7 +55,7 @@
 extern char *getwd(char *pathname) ;
 #endif /* HP || SOLARIS || WIN32 */
 
-#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS)
+#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS) || defined (FREEBSD)
 #include <dirent.h>
   typedef struct dirent MYDIRENT ;
 #endif