aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl/files/patch-aa
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-28 13:16:10 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-28 13:16:10 +0000
commit167641b4f4961aaa7b26a7084250549a1ac4d096 (patch)
tree5dda80265502664ec9aa2d11b6e2308d2bcab94f /biology/p5-AcePerl/files/patch-aa
parent1f732231c2b9a8d3d175f10ad3dcdc0fd315731d (diff)
downloadports-167641b4f4961aaa7b26a7084250549a1ac4d096.tar.gz
ports-167641b4f4961aaa7b26a7084250549a1ac4d096.zip
Notes
Diffstat (limited to 'biology/p5-AcePerl/files/patch-aa')
-rw-r--r--biology/p5-AcePerl/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/files/patch-aa b/biology/p5-AcePerl/files/patch-aa
new file mode 100644
index 000000000000..add3f24ba66b
--- /dev/null
+++ b/biology/p5-AcePerl/files/patch-aa
@@ -0,0 +1,22 @@
+--- ace/wh/mystdlib.h.orig Fri Jul 2 23:04:55 1999
++++ ace/wh/mystdlib.h Thu Jul 27 17:20:19 2000
+@@ -161,7 +161,7 @@
+ #endif
+
+ #if defined(POSIX) || defined(LINUX) || defined(SOLARIS) || defined(SGI) || \
+- defined(HP) || defined(WIN32)
++ defined(HP) || defined(WIN32) || defined(FREEBSD)
+
+ #ifdef WIN32
+ #include <mbctype.h>
+--- ace/wh/mydirent.h.orig Mon Jan 11 01:51:40 1999
++++ ace/wh/mydirent.h Thu Jul 27 17:20:41 2000
+@@ -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)
++#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined(FREEBSD)
+ #include <dirent.h>
+ typedef struct dirent MYDIRENT ;
+ #endif