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

12 lines
260 B
Plaintext

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