diff options
| author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 02:33:15 +0000 |
|---|---|---|
| committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 02:33:15 +0000 |
| commit | fc86b31b2071d6b77f832c1b5c888f1c973f1873 (patch) | |
| tree | 06b4318b66d8cc9df2ac4c3c18f8a35fb209b891 /devel/xxgdb/files/patch-af | |
| parent | Upgrade to 2.32 (diff) | |
- Fix build on sparc64
Notes
Notes:
svn path=/head/; revision=167106
Diffstat (limited to 'devel/xxgdb/files/patch-af')
| -rw-r--r-- | devel/xxgdb/files/patch-af | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/xxgdb/files/patch-af b/devel/xxgdb/files/patch-af index 52495e44629b..0c4491bdd747 100644 --- a/devel/xxgdb/files/patch-af +++ b/devel/xxgdb/files/patch-af @@ -1,5 +1,5 @@ ---- regex.c.orig Thu Apr 20 01:58:00 1995 -+++ regex.c Fri Nov 17 21:37:49 2000 +--- regex.c.orig Wed Apr 19 12:58:00 1995 ++++ regex.c Thu Jul 6 22:30:45 2006 @@ -114,7 +114,7 @@ * Date : July 27, 1990 */ @@ -9,3 +9,12 @@ #include <malloc.h> #endif #include <string.h> +@@ -123,7 +123,7 @@ + #include <assert.h> + + #ifdef sparc +-#include <alloca.h> ++/* #include <alloca.h> */ + #else + #pragma alloca + #endif |
