summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 07:59:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 07:59:34 +0000
commitdf10201fa5bedb67a6f18823f0f3fc999d9e4990 (patch)
tree0d46236e2ee997414cb320b3f07943af89e19c4e /math/octave
parentAdd pear-Mail 1.0.2, pEAR class that provides multiple interfaces (diff)
work for both -stable and -current
PR: 48322 Submitted by: Chris BeHanna <chris@pennasoft.com>
Notes
Notes: svn path=/head/; revision=82506
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/files/patch-glob.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>