From fffaf831664ead74a60e308b8270d52f30517d75 Mon Sep 17 00:00:00 2001 From: jonb Date: Sat, 30 Jul 2005 00:21:30 +0000 Subject: Oops, missed this in the last commit to this package somehow... --- lang/sbcl/patches/patch-ad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/sbcl/patches/patch-ad (limited to 'lang') diff --git a/lang/sbcl/patches/patch-ad b/lang/sbcl/patches/patch-ad new file mode 100644 index 00000000000..b747f063b91 --- /dev/null +++ b/lang/sbcl/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2005/07/30 00:21:30 jonb Exp $ + +--- contrib/asdf-install/installer.lisp.orig 2005-07-20 22:08:29.000000000 +0000 ++++ contrib/asdf-install/installer.lisp 2005-07-20 22:10:27.000000000 +0000 +@@ -249,8 +249,7 @@ + (let* ((tar + (with-output-to-string (o) + (or +- (sb-ext:run-program #-darwin "tar" +- #+darwin "gnutar" ++ (sb-ext:run-program "@GTAR@" + (list "-C" (namestring source) + "-xzvf" (namestring packagename)) + :output o -- cgit v1.2.3