From cf40f3888679b825254590d1f0774c12eeb0250e Mon Sep 17 00:00:00 2001 From: agoncharov <agoncharov> Date: Sun, 20 Sep 2009 04:17:31 +0000 Subject: [PATCH] *** empty log message *** --- tools/setenv-scripts/freebsd-features.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/setenv-scripts/freebsd-features.lisp b/tools/setenv-scripts/freebsd-features.lisp index 6b35514dd..1ec8607dd 100644 --- a/tools/setenv-scripts/freebsd-features.lisp +++ b/tools/setenv-scripts/freebsd-features.lisp @@ -1,9 +1,5 @@ ;; e.g. for FreeBSD on x86 you probably want: -;;(pushnew :freebsd4 *features*) ;;(pushnew :freebsd *features*) ;;(pushnew :elf *features*) -;; We can't really do this before adding #+freebsd5 reader -;; conditionals to the source code at appropiate places -;; (setf *features* (remove :freebsd4 *features*)) -;; (pushnew :freebsd5 *features*) +(setf *features* (remove :freebsd4 *features*)) -- GitLab