diff options
author | jonb <jonb> | 2005-07-30 00:21:30 +0000 |
---|---|---|
committer | jonb <jonb> | 2005-07-30 00:21:30 +0000 |
commit | fffaf831664ead74a60e308b8270d52f30517d75 (patch) | |
tree | d583550db1d661aafa6064a9d79256dd35d34dce /lang/sbcl | |
parent | 74ce37eddf1f647735e43783191fa3db49c90004 (diff) | |
download | pkgsrc-fffaf831664ead74a60e308b8270d52f30517d75.tar.gz |
Oops, missed this in the last commit to this package somehow...
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
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 |