summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegna <ki@baka.bakka.su>2013-11-13 14:22:45 +0400
committerRegna <ki@baka.bakka.su>2013-11-13 14:22:45 +0400
commit2029e88e630ab1fd457562a7962a26ade6d911a4 (patch)
treebd214d8e34b7768542142e40c6e837339277f032 /dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch
parentmetadata/layout.conf was added. (diff)
downloaddswm-2029e88e630ab1fd457562a7962a26ade6d911a4.tar.gz
dswm-2029e88e630ab1fd457562a7962a26ade6d911a4.tar.bz2
dswm-2029e88e630ab1fd457562a7962a26ade6d911a4.zip
dev-lisp/clx from lisp overlay added
Diffstat (limited to 'dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch')
-rw-r--r--dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch b/dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch
new file mode 100644
index 0000000..1ec3eca
--- /dev/null
+++ b/dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch
@@ -0,0 +1,21 @@
+diff -ur clx-0.7.4.orig/dep-openmcl.lisp clx-0.7.4/dep-openmcl.lisp
+--- clx-0.7.4.orig/dep-openmcl.lisp 2009-11-28 16:43:30.000000000 +0100
++++ clx-0.7.4/dep-openmcl.lisp 2009-11-29 22:39:36.000000000 +0100
+@@ -492,7 +492,7 @@
+ ;;; value changes.
+
+ (defun process-block (whostate predicate &rest predicate-args)
+- (declare (dynamic-extern predicate-args))
++ (declare (dynamic-extent predicate-args))
+ (apply #'ccl:process-wait whostate predicate predicate-args))
+
+ ;;; PROCESS-WAKEUP: Check some other process' wait function.
+@@ -1113,7 +1113,7 @@
+ unit byte-lsb-first-p bit-lsb-first-p)
+ (declare (ignore bbuf boffset pixarray x y width height
+ padded-bytes-per-line bits-per-pixel unit
+- byte-lsb-first-p bit-lsp-first-p))
++ byte-lsb-first-p bit-lsb-first-p))
+ nil)
+
+ ;;; FAST-COPY-PIXARRAY - copy part of a pixarray into another