1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/devel/xxgdb/files/patch-ag
SADA Kenji a2a071eeb7 Support CC/CFLAGS properly.
PR:		ports/22990
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-11-22 16:09:07 +00:00

12 lines
277 B
Plaintext

--- 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>