From: Nikodemus Siivola Date: Fri, 24 Nov 2006 10:38:49 +0000 (+0000) Subject: 0.9.18.72: fix FreeBSD 4 build X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b86a07ed47864d2ab3ab83e3227f9df7f63917a8;p=sbcl.git 0.9.18.72: fix FreeBSD 4 build * ...no Unix98 ptys there either. Thanks to Niimi Satoshi. --- diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index 130d663..a361f68 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -289,7 +289,7 @@ ldso_stub__ ## fct: ; \\ ;; #!-linkage-table, as we only need these stubs if ;; we don't have linkage-table. Done this way now to ;; cut down on the number of ports affected. - #!-(or win32 darwin) + #!-(or win32 darwin freebsd) '("ptsname" "grantpt" "unlockpt") diff --git a/version.lisp-expr b/version.lisp-expr index a87f0a1..9d021f1 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.18.71" +"0.9.18.72"