diff options
Diffstat (limited to 'media-sound/rip-l/files/0.4-gentoo.patch')
-rw-r--r-- | media-sound/rip-l/files/0.4-gentoo.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/rip-l/files/0.4-gentoo.patch b/media-sound/rip-l/files/0.4-gentoo.patch new file mode 100644 index 000000000000..fe5c1c3f726e --- /dev/null +++ b/media-sound/rip-l/files/0.4-gentoo.patch @@ -0,0 +1,24 @@ +diff -ur rip-l-0.4.orig/rip-l.asd rip-l-0.4/rip-l.asd +--- rip-l-0.4.orig/rip-l.asd 2004-01-21 21:21:11.000000000 -0600 ++++ rip-l-0.4/rip-l.asd 2005-01-15 04:26:35.855769366 -0600 +@@ -9,6 +9,7 @@ + + (in-package #:rip-l-defsystem) + ++#+sbcl + (defsystem #:rip-l + :depends-on ("sb-bsd-sockets") + :components ((:file "package") +Only in rip-l-0.4: rip-l.asd~ +diff -ur rip-l-0.4.orig/utility.lisp rip-l-0.4/utility.lisp +--- rip-l-0.4.orig/utility.lisp 2004-01-21 21:20:39.000000000 -0600 ++++ rip-l-0.4/utility.lisp 2005-01-15 04:27:47.487781168 -0600 +@@ -36,6 +36,7 @@ + (force-output *log-stream*)) + + (defun log (format-string &rest args) ++ (declare (ignore format-string args)) + nil) + + (defun homedir-plus (path) +Only in rip-l-0.4: utility.lisp~ |