0b4dd59240
New version has NetBSD/powerpc support (although I haven't adjusted the Makefile due to lack of test machines) and now builds the sb-posix package properly.
13 lines
435 B
Text
13 lines
435 B
Text
$NetBSD: patch-ad,v 1.3 2007/03/06 05:40:33 jonb Exp $
|
|
|
|
--- ./contrib/asdf-install/installer.lisp.orig 2007-02-20 19:29:03.000000000 +0000
|
|
+++ ./contrib/asdf-install/installer.lisp 2007-03-05 01:20:43.000000000 +0000
|
|
@@ -263,7 +263,7 @@
|
|
(progn
|
|
"tar"
|
|
#+darwin "gnutar"
|
|
- #+(or sunos netbsd) "gtar"))
|
|
+ #+(or sunos netbsd) "@GTAR@"))
|
|
|
|
(defun get-tar-directory (packagename)
|
|
(let* ((tar (with-output-to-string (o)
|