diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-08 15:59:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-08 15:59:34 +0800 |
commit | 036dcd424f37a6a98f710eb7d59390c464ffc9cd (patch) | |
tree | d4dd77327ba5ab6bd7699e6f1c5aaa4f014c9f84 /math/octave/files | |
parent | 1564a6403ae841b4693b08645c7cdb00958ae047 (diff) | |
download | freebsd-ports-gnome-036dcd424f37a6a98f710eb7d59390c464ffc9cd.tar.gz freebsd-ports-gnome-036dcd424f37a6a98f710eb7d59390c464ffc9cd.tar.zst freebsd-ports-gnome-036dcd424f37a6a98f710eb7d59390c464ffc9cd.zip |
work for both -stable and -current
PR: 48322
Submitted by: Chris BeHanna <chris@pennasoft.com>
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-glob.h | 2 |
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> |