From b86a07ed47864d2ab3ab83e3227f9df7f63917a8 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 24 Nov 2006 10:38:49 +0000 Subject: [PATCH 1/1] 0.9.18.72: fix FreeBSD 4 build * ...no Unix98 ptys there either. Thanks to Niimi Satoshi. --- tools-for-build/ldso-stubs.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4