diff options
author | Mark Murray <markm@FreeBSD.org> | 2005-11-03 14:50:04 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2005-11-03 14:50:04 +0000 |
commit | e30c14c26144dcc85b8cf03ea64a375a01b6c8d4 (patch) | |
tree | 08d9ecce5ea23f4a2b5ccddf9fd1b4756292b004 /lang/gcl | |
parent | Upgrade to v 2.6.7, which can compile Maxima. (diff) |
Needed for v 2.6.7, to compile Maxima.
Notes
Notes:
svn path=/head/; revision=147129
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/files/patch-o_file.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-o_file.d b/lang/gcl/files/patch-o_file.d new file mode 100644 index 000000000000..66fc312d3f2a --- /dev/null +++ b/lang/gcl/files/patch-o_file.d @@ -0,0 +1,11 @@ +--- o/file.d.orig Mon Oct 31 13:17:20 2005 ++++ o/file.d Mon Oct 31 13:17:41 2005 +@@ -2317,7 +2317,7 @@ + #include <sys/resource.h> + #include <signal.h> + +-#if defined(DARWIN) ++#if defined(BSD) + #define on_exit(a,b) + #else + static void |