diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
commit | 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (patch) | |
tree | 7b046cc88dfd6bda85731c3df197fae0844222a8 /devel/xxgdb/files/patch-global.h | |
parent | Support STAGE (diff) |
Rename devel/ patch-xy patches to reflect the files they modify.
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 |