diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
commit | f87963630cbb4fc06b7cf8102af1187e3cedcc28 (patch) | |
tree | 7158ccd776cb2b435c150e53547766b60e175ed2 /math/octave/files/patch-glob.h | |
parent | Update to 0.5.17 (diff) |
[1]:
- Update to 2.1.71
- Use ${INFO}
Moreover:
- Polish the Makefile
PR: ports/81482 [1]
Submitted by: Johan van Selst <johans@stack.nl> [1]
Notes
Notes:
svn path=/head/; revision=136189
Diffstat (limited to 'math/octave/files/patch-glob.h')
-rw-r--r-- | math/octave/files/patch-glob.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/octave/files/patch-glob.h b/math/octave/files/patch-glob.h deleted file mode 100644 index a5946bc37fc7..000000000000 --- a/math/octave/files/patch-glob.h +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 -+#if (__FreeBSD__ <= 4) - typedef __SIZE_TYPE__ __size_t; -+#else -+#include <sys/types.h> -+#endif - # else - /* This is a guess. */ - /*hb |