diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-16 17:42:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-16 17:42:38 +0000 |
commit | 325bbc5439a8ee592f8e854b92f51df184ae10f1 (patch) | |
tree | 53421d771d3e235fde23915b5a5f396ddfefe035 /math/octave/files | |
parent | Upgrade xemacs-devel-mule to 21.4.10. (diff) |
upgrade to 2.1.39
PR: 39251, 45201
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=70258
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-glob.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/octave/files/patch-glob.h b/math/octave/files/patch-glob.h new file mode 100644 index 000000000000..c622411bdb47 --- /dev/null +++ b/math/octave/files/patch-glob.h @@ -0,0 +1,14 @@ +--- glob/glob.h.orig Sun Nov 10 15:32:00 2002 ++++ glob/glob.h Sun Nov 10 15:32:49 2002 +@@ -48,7 +48,11 @@ + /* We need `size_t' for the following definitions. */ + #ifndef __size_t + # if defined __GNUC__ && __GNUC__ >= 2 ++#ifndef __FreeBSD__ + typedef __SIZE_TYPE__ __size_t; ++#else ++#include <sys/types.h> ++#endif + # else + /* This is a guess. */ + /*hb |