freebsd-ports/devel/xxgdb/files/patch-global.h
John Marino 20c13c3a06 devel/xxgdb: Expand patches to support malloc.h-less DF
While here, regenerate all the patches.
2015-11-13 09:02:16 +00:00

11 lines
234 B
C

--- global.h.orig 1995-04-06 16:23:42 UTC
+++ global.h
@@ -70,7 +70,7 @@
#define alloca __builtin_alloca
#endif
-#ifndef __alpha
+#if !defined(__alpha) && !defined(__FreeBSD__)
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif