diff options
author | wjv <wjv@FreeBSD.org> | 2001-08-13 11:27:36 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-08-13 11:27:36 +0000 |
commit | 51ec76e9302fe9c11a6fc375c11bbd125d1fa360 (patch) | |
tree | 4d80ceb4084af419864b5249d0062e957510d5c6 /biology/p5-AcePerl/files | |
parent | f3e4733a05241f5178691275fd0d72d68a5d1095 (diff) | |
download | FreeBSD-ports-51ec76e9302fe9c11a6fc375c11bbd125d1fa360.zip FreeBSD-ports-51ec76e9302fe9c11a6fc375c11bbd125d1fa360.tar.gz |
Update to version 1.75
Diffstat (limited to 'biology/p5-AcePerl/files')
-rw-r--r-- | biology/p5-AcePerl/files/patch-aa | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/biology/p5-AcePerl/files/patch-aa b/biology/p5-AcePerl/files/patch-aa index add3f24..3dd954a 100644 --- a/biology/p5-AcePerl/files/patch-aa +++ b/biology/p5-AcePerl/files/patch-aa @@ -1,22 +1,23 @@ ---- 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 @@ +--- 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(HP) || defined(WIN32) || defined(FREEBSD) +- 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 Jan 11 01:51:40 1999 -+++ ace/wh/mydirent.h Thu Jul 27 17:20:41 2000 +--- 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) -+#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined(FREEBSD) +-#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 |