diff options
author | jonb <jonb@pkgsrc.org> | 2005-07-30 00:21:30 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2005-07-30 00:21:30 +0000 |
commit | bef5329bf026794a3c3989b1780708ec6f5b833a (patch) | |
tree | d583550db1d661aafa6064a9d79256dd35d34dce /lang | |
parent | fcf2722f04bd4b6ca4e3d008d0cee41fa6bc811b (diff) | |
download | pkgsrc-bef5329bf026794a3c3989b1780708ec6f5b833a.tar.gz |
Oops, missed this in the last commit to this package somehow...
Diffstat (limited to 'lang')
-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 |