0.9.18.72: fix FreeBSD 4 build
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 24 Nov 2006 10:38:49 +0000 (10:38 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 24 Nov 2006 10:38:49 +0000 (10:38 +0000)
 * ...no Unix98 ptys there either. Thanks to Niimi Satoshi.

tools-for-build/ldso-stubs.lisp
version.lisp-expr

index 130d663..a361f68 100644 (file)
@@ -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")
index a87f0a1..9d021f1 100644 (file)
@@ -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"