aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-port/files
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-06-10 07:45:56 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-06-10 07:45:56 +0000
commit2c8f7c21eefdd8c5c803b4078301c5195c0fe9ea (patch)
tree41806098c8d07923907ac215f339b0a7d85b06e3 /devel/cl-port/files
parent177e72428a354ac8f2d4829c25b87db9a1496ccd (diff)
downloadports-2c8f7c21eefdd8c5c803b4078301c5195c0fe9ea.tar.gz
ports-2c8f7c21eefdd8c5c803b4078301c5195c0fe9ea.zip
Notes
Diffstat (limited to 'devel/cl-port/files')
-rw-r--r--devel/cl-port/files/patch-path.lisp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cl-port/files/patch-path.lisp b/devel/cl-port/files/patch-path.lisp
new file mode 100644
index 000000000000..a96ad3e5e2c2
--- /dev/null
+++ b/devel/cl-port/files/patch-path.lisp
@@ -0,0 +1,11 @@
+--- path.lisp.orig 2009-06-10 11:40:23.000000000 +0400
++++ path.lisp 2009-06-10 11:40:43.000000000 +0400
+@@ -57,7 +57,7 @@
+ path)))
+ #+cmu (eq :directory (unix:unix-file-kind (namestring path)))
+ #+lispworks (lw:file-directory-p path)
+- #+sbcl (eq :directory (sb-unix:unix-file-kind (namestring path)))
++ #+sbcl (eq :directory (native-file-kind (namestring path)))
+ #-(or allegro clisp cmu lispworks sbcl)
+ (probe-file path)))
+