From 5768a00299052534ec42723ccdf6469601b56896 Mon Sep 17 00:00:00 2001
From: agoncharov <agoncharov>
Date: Sun, 20 Sep 2009 04:22:41 +0000
Subject: [PATCH] Reverting the previous check-in -- I submitted it by accident
 (the change will be re-submitted in about a week, as a part of a bigger
 change.)

---
 tools/setenv-scripts/freebsd-features.lisp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tools/setenv-scripts/freebsd-features.lisp b/tools/setenv-scripts/freebsd-features.lisp
index 1ec8607dd..6b35514dd 100644
--- a/tools/setenv-scripts/freebsd-features.lisp
+++ b/tools/setenv-scripts/freebsd-features.lisp
@@ -1,5 +1,9 @@
 ;; e.g. for FreeBSD on x86 you probably want:
+;;(pushnew :freebsd4 *features*)
 ;;(pushnew :freebsd *features*)
 ;;(pushnew :elf *features*)
 
-(setf *features* (remove :freebsd4 *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*)
-- 
GitLab