Tweak print/jabref version 3.3,1
[dports.git] / devel / xxgdb / files / patch-global.h
1 --- global.h.orig       1995-04-06 16:23:42 UTC
2 +++ global.h
3 @@ -70,7 +70,7 @@
4  #define alloca __builtin_alloca
5  #endif
6  
7 -#ifndef __alpha
8 +#if !defined(__alpha) && !defined(__FreeBSD__)
9  #ifndef MAXPATHLEN
10  #define MAXPATHLEN 1024
11  #endif