diff options
author | heinz <heinz@pkgsrc.org> | 2007-10-02 18:29:55 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-10-02 18:29:55 +0000 |
commit | 218b20f444b6f545697c63f79d9c0fbbc4bd648c (patch) | |
tree | da756792252d441d177e2c99d66366c994602dfd /bootstrap | |
parent | 4dd1daf395765bc6145a3f4bf212d95a4d374068 (diff) | |
download | pkgsrc-218b20f444b6f545697c63f79d9c0fbbc4bd648c.tar.gz |
Pkgsrc bootstrap installs gzip-base on AIX automatically, thus making it
unnecessary to provide it outside of pkgsrc.
This solves PR pkg/37030 by Matthew Clarke.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.AIX | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap/README.AIX b/bootstrap/README.AIX index 57015580464..4ef5dc4472b 100644 --- a/bootstrap/README.AIX +++ b/bootstrap/README.AIX @@ -1,4 +1,4 @@ -$NetBSD: README.AIX,v 1.3 2005/07/29 00:56:24 grant Exp $ +$NetBSD: README.AIX,v 1.4 2007/10/02 18:29:55 heinz Exp $ pkgsrc has been tested on AIX 4.3 and 5.1. It will probably work on newer releases also. @@ -20,9 +20,6 @@ gcc from pkgsrc, lang/gcc3 is recommended. Post bootstrap setup -------------------- -Some versions of AIX don't ship with gzip so install it and set -GUNZIP_CMD and GZCAT in mk.conf as needed. - Here is an example mk.conf: --- Cut here --- |