diff options
author | 2003-10-15 17:11:39 +0000 | |
---|---|---|
committer | 2003-10-15 17:11:39 +0000 | |
commit | 49c4548ba56928771745a97b585444898f8a97f5 (patch) | |
tree | 46a6880d3558b3a380d8213dc727621ffd31258b /dev-lisp/cl-acl-compat/files | |
parent | *** empty log message *** (diff) | |
download | historical-49c4548ba56928771745a97b585444898f8a97f5.tar.gz historical-49c4548ba56928771745a97b585444898f8a97f5.tar.bz2 historical-49c4548ba56928771745a97b585444898f8a97f5.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-acl-compat/files')
-rw-r--r-- | dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch b/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch new file mode 100644 index 000000000000..ba431782d5ad --- /dev/null +++ b/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur cl-portable-aserve-1.2.27+cvs2003.09.19.orig/acl-compat/lw-buffering.lisp cl-portable-aserve-1.2.27+cvs2003.09.19/acl-compat/lw-buffering.lisp +--- cl-portable-aserve-1.2.27+cvs2003.09.19.orig/acl-compat/lw-buffering.lisp 2003-09-05 00:51:32.000000000 -0500 ++++ cl-portable-aserve-1.2.27+cvs2003.09.19/acl-compat/lw-buffering.lisp 2003-10-14 14:47:19.819153352 -0500 +@@ -261,7 +261,7 @@ + (stream-flush-buffer stream) + (force-output (native-lisp-stream stream))) + +-(defmethod stream-clear-output ((stream buffered-bivalent-output-stream)) ++#-sbcl (defmethod stream-clear-output ((stream buffered-bivalent-output-stream)) + (with-stream-output-buffer (buffer index limit) stream + (setf index 0 + limit 0)) |