From df10201fa5bedb67a6f18823f0f3fc999d9e4990 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 8 Jun 2003 07:59:34 +0000 Subject: work for both -stable and -current PR: 48322 Submitted by: Chris BeHanna --- math/octave/files/patch-glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/octave') diff --git a/math/octave/files/patch-glob.h b/math/octave/files/patch-glob.h index c622411bdb47..a5946bc37fc7 100644 --- a/math/octave/files/patch-glob.h +++ b/math/octave/files/patch-glob.h @@ -4,7 +4,7 @@ /* We need `size_t' for the following definitions. */ #ifndef __size_t # if defined __GNUC__ && __GNUC__ >= 2 -+#ifndef __FreeBSD__ ++#if (__FreeBSD__ <= 4) typedef __SIZE_TYPE__ __size_t; +#else +#include -- cgit v1.2.3