freebsd-ports/devel/xxgdb/files/patch-ae
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
260 B
Text

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