diff options
| author | SADA Kenji <sada@FreeBSD.org> | 2000-11-22 16:09:07 +0000 |
|---|---|---|
| committer | SADA Kenji <sada@FreeBSD.org> | 2000-11-22 16:09:07 +0000 |
| commit | a2a071eeb767d8241c85155b0439e29b78a53785 (patch) | |
| tree | e546a27e2c6f41124f44e03e622864fc6501c12e /devel/xxgdb/files/patch-ag | |
| parent | Update to version 2.2.2 (diff) | |
Support CC/CFLAGS properly.
PR: ports/22990
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=35345
Diffstat (limited to 'devel/xxgdb/files/patch-ag')
| -rw-r--r-- | devel/xxgdb/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/xxgdb/files/patch-ag b/devel/xxgdb/files/patch-ag new file mode 100644 index 000000000000..8eb3c6d4d1dc --- /dev/null +++ b/devel/xxgdb/files/patch-ag @@ -0,0 +1,11 @@ +--- source.c.orig Sat Apr 22 01:16:02 1995 ++++ source.c Fri Nov 17 21:38:58 2000 +@@ -74,7 +74,7 @@ + * LoadFile(): Search for a file and open it for display. + */ + +-#ifndef NeXT ++#if !defined(NeXT) && !defined(__FreeBSD__) + #include <malloc.h> + #endif + #include <stdlib.h> |
