aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-11-09 17:20:53 +0800
committeranray <anray@FreeBSD.org>2006-11-09 17:20:53 +0800
commit4f66e5e068758e56031a16ad384fb255f3ec9401 (patch)
tree6201a765d835d8ca79db00796d8cadbf9118378a /editors
parent60092b820262fcfbd944a116ada885f9abc27536 (diff)
downloadfreebsd-ports-graphics-4f66e5e068758e56031a16ad384fb255f3ec9401.tar.gz
freebsd-ports-graphics-4f66e5e068758e56031a16ad384fb255f3ec9401.tar.zst
freebsd-ports-graphics-4f66e5e068758e56031a16ad384fb255f3ec9401.zip
Remove unneeded patch.
Diffstat (limited to 'editors')
-rw-r--r--editors/slime/files/patch-swank-sbcl.lisp10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/slime/files/patch-swank-sbcl.lisp b/editors/slime/files/patch-swank-sbcl.lisp
deleted file mode 100644
index df9a696b371..00000000000
--- a/editors/slime/files/patch-swank-sbcl.lisp
+++ /dev/null
@@ -1,10 +0,0 @@
---- swank-sbcl.lisp.orig Wed Apr 27 21:16:21 2005
-+++ swank-sbcl.lisp Tue May 24 17:33:21 2005
-@@ -43,6 +43,7 @@
-
- (defimplementation preferred-communication-style ()
- (if (and (member :sb-thread *features*)
-+ #+linux
- (not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean)))
- :spawn
- :fd-handler))