summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-port/files/1.0.1.2-cmucl-graystream-gentoo.patch')
-rw-r--r--dev-lisp/cl-port/files/1.0.1.2-cmucl-graystream-gentoo.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lisp/cl-port/files/1.0.1.2-cmucl-graystream-gentoo.patch b/dev-lisp/cl-port/files/1.0.1.2-cmucl-graystream-gentoo.patch
new file mode 100644
index 000000000000..d83c1522a4b6
--- /dev/null
+++ b/dev-lisp/cl-port/files/1.0.1.2-cmucl-graystream-gentoo.patch
@@ -0,0 +1,28 @@
+diff -ur cl-port-1.0.1.2.orig/gray.lisp cl-port-1.0.1.2/gray.lisp
+--- cl-port-1.0.1.2.orig/gray.lisp 2005-02-08 01:10:30.557332299 -0600
++++ cl-port-1.0.1.2/gray.lisp 2005-02-08 01:16:49.032328495 -0600
+@@ -15,11 +15,7 @@
+ #-(or allegro clisp cmu lispworks sbcl)
+ (error 'not-implemented :proc "Gray streams")
+ #+clocc-lpn
+- (require :port-ext (translate-logical-pathname "clocc:src;port;ext"))
+- #+cmu
+- (unless (ignore-errors (find-class 'ext:fundamental-input-stream))
+- #+common-lisp-controller (require :cmucl-graystream)
+- #-common-lisp-controller (load "library:subsystems/gray-streams-library")))
++ (require :port-ext (translate-logical-pathname "clocc:src;port;ext")))
+
+ (in-package #+allegro :excl
+ #+(and clisp lisp=cl) :ext
+Only in cl-port-1.0.1.2: gray.lisp~
+diff -ur cl-port-1.0.1.2.orig/port.asd cl-port-1.0.1.2/port.asd
+--- cl-port-1.0.1.2.orig/port.asd 2005-02-08 01:10:30.555332493 -0600
++++ cl-port-1.0.1.2/port.asd 2005-02-08 01:17:08.687388125 -0600
+@@ -15,4 +15,5 @@
+ (:file "path" :depends-on ("ext"))
+ (:file "proc" :depends-on ("ext"))
+ (:file "shell" :depends-on ("ext"))
+- (:file "sys" :depends-on ("ext" "path"))))
++ (:file "sys" :depends-on ("ext" "path")))
++ :depends-on (#+cmu :cmucl-graystream))
+Only in cl-port-1.0.1.2: port.asd~