freebsd-ports/devel/xxgdb/files/patch-af
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

11 lines
241 B
Text

--- regex.c.orig Thu Apr 20 01:58:00 1995
+++ regex.c Fri Nov 17 21:37:49 2000
@@ -114,7 +114,7 @@
* Date : July 27, 1990
*/
-#ifndef NeXT
+#if !defined(NeXT) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
#include <string.h>