diff options
Diffstat (limited to 'devel/xxgdb/files/patch-global.h')
-rw-r--r-- | devel/xxgdb/files/patch-global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/xxgdb/files/patch-global.h b/devel/xxgdb/files/patch-global.h new file mode 100644 index 000000000000..c6ae7cb54c42 --- /dev/null +++ b/devel/xxgdb/files/patch-global.h @@ -0,0 +1,11 @@ +--- global.h.orig Fri Apr 7 01:23:42 1995 ++++ global.h Fri Nov 17 21:27:09 2000 +@@ -70,7 +70,7 @@ + #define alloca __builtin_alloca + #endif + +-#ifndef __alpha ++#if !defined(__alpha) && !defined(__FreeBSD__) + #ifndef MAXPATHLEN + #define MAXPATHLEN 1024 + #endif |