diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-08 07:46:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-08 07:46:23 +0000 |
commit | 11b8477cf68a7839463d7317c7be1d8c60333e4c (patch) | |
tree | d2c934e07de8acaa699a0c5f4d77690311f96694 /dev-util/mcvs/files/1.0.13-gentoo.patch | |
parent | Version bump. No ebuild changes required. (Manifest recommit) (diff) | |
download | gentoo-2-11b8477cf68a7839463d7317c7be1d8c60333e4c.tar.gz gentoo-2-11b8477cf68a7839463d7317c7be1d8c60333e4c.tar.bz2 gentoo-2-11b8477cf68a7839463d7317c7be1d8c60333e4c.zip |
new upstream
Diffstat (limited to 'dev-util/mcvs/files/1.0.13-gentoo.patch')
-rw-r--r-- | dev-util/mcvs/files/1.0.13-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/mcvs/files/1.0.13-gentoo.patch b/dev-util/mcvs/files/1.0.13-gentoo.patch new file mode 100644 index 000000000000..cd3f3db6f6c5 --- /dev/null +++ b/dev-util/mcvs/files/1.0.13-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur mcvs-1.0.13.orig/code/unix-bindings/unix.lisp mcvs-1.0.13/code/unix-bindings/unix.lisp +--- mcvs-1.0.13.orig/code/unix-bindings/unix.lisp 2004-06-08 02:28:51.393937000 -0500 ++++ mcvs-1.0.13/code/unix-bindings/unix.lisp 2004-06-08 02:40:31.521501480 -0500 +@@ -38,7 +38,7 @@ + (defmacro def-c-call-out (sym &body args) + `(def-call-out ,sym (:language :stdc) ,@args)) + +-#.(when (> (read-from-string (lisp-implementation-version)) 2.30) ++#.(progn + (push :clisp-newer-than-2.30 *features*) + (values)) + |