diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-21 20:32:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-21 20:32:50 +0000 |
commit | f20059875e00bb04943b74265d400d80ea0ffd98 (patch) | |
tree | 0a2a6194103e9aec31da21ad32edfadccec845cc /dev-lisp/clisp/files | |
parent | Security Bump per bug #96243, updated metadata (diff) | |
download | gentoo-2-f20059875e00bb04943b74265d400d80ea0ffd98.tar.gz gentoo-2-f20059875e00bb04943b74265d400d80ea0ffd98.tar.bz2 gentoo-2-f20059875e00bb04943b74265d400d80ea0ffd98.zip |
bug 90911
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/clisp/files')
-rw-r--r-- | dev-lisp/clisp/files/2.33.2/compilefix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-lisp/clisp/files/2.33.2/compilefix.patch b/dev-lisp/clisp/files/2.33.2/compilefix.patch new file mode 100644 index 000000000000..507c72c22747 --- /dev/null +++ b/dev-lisp/clisp/files/2.33.2/compilefix.patch @@ -0,0 +1,17 @@ +--- clisp-2.33.2/src/genclisph.d.orig 2004-05-27 09:43:38.000000000 -0500 ++++ clisp-2.33.2/src/genclisph.d 2005-05-09 14:24:44.000000000 -0500 +@@ -891,13 +891,13 @@ + printf("#define sstring_length(ptr) sarray_length(ptr)\n"); + printf("#define Sstring_length(obj) sstring_length(TheSstring(obj))\n"); + printf("extern bool string_equal (object string1, object string2);\n"); +- /* + #ifdef TYPECODES + printf("#define Array_type_simple_bit_vector(atype) (%d+((atype)<<%d)",Array_type_sbvector,TB0); + if (TB0+1 != TB1) printf("+((atype)&%d)",bit(TB0+1)-bit(TB1)); + if (TB1+1 != TB2) printf("+((atype)&%d)",bit(TB1+1)-bit(TB2)); + printf(")\n"); + #endif ++ /* + sprintf(buf,"struct { XRECORD_HEADER gcv_object_t pack_external_symbols%s; gcv_object_t pack_internal_symbols%s; gcv_object_t pack_shadowing_symbols%s; gcv_object_t pack_use_list%s; gcv_object_t pack_used_by_list%s; gcv_object_t pack_name%s; gcv_object_t pack_nicknames%s; } *",attribute_aligned_object,attribute_aligned_object,attribute_aligned_object,attribute_aligned_object,attribute_aligned_object,attribute_aligned_object,attribute_aligned_object); + emit_typedef(buf,"Package"); + */ |