diff options
author | schmonz <schmonz@pkgsrc.org> | 2022-06-15 15:04:48 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2022-06-15 15:04:48 +0000 |
commit | 9623a881e9905581267446322633129ff43ed660 (patch) | |
tree | 58356230b1f3760f0d4b79ab65832c477e442b14 /bootstrap | |
parent | cd4c4b1f2d0b0462be5d6de421c5c7df2c73a8fe (diff) | |
download | pkgsrc-9623a881e9905581267446322633129ff43ed660.tar.gz |
Now that "--prefer-pkgsrc yes" is default, no need to suggest it.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.OpenBSD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD index 25c492082f3..a9d1117b90e 100644 --- a/bootstrap/README.OpenBSD +++ b/bootstrap/README.OpenBSD @@ -1,4 +1,4 @@ -$NetBSD: README.OpenBSD,v 1.16 2022/06/14 09:08:31 nia Exp $ +$NetBSD: README.OpenBSD,v 1.17 2022/06/15 15:04:48 schmonz Exp $ Please read the general README file as well. @@ -25,9 +25,6 @@ pkgsrc bootstrap has been tested on OpenBSD 7.1 (amd64, i386) with the system-provided clang. Earlier version/platform/compiler combinations have previously been reported to work. -If the bootstrap fails for you, try adding `--prefer-pkgsrc yes` to your -bootstrap command line (this is now the default). - Once bootstrapped, as is typical with pkgsrc, many packages build as is. For any particular package that doesn't, fixes are often in OpenBSD Ports waiting to be borrowed. |