From: isildur-g Date: Wed, 27 Mar 2024 15:33:25 +0000 (+0200) Subject: slightly clearer comments in netbsd section X-Git-Tag: vectorscan/5.4.12^2~68^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20ba37208b0917f1025538e83e245038b934241;p=thirdparty%2Fvectorscan.git slightly clearer comments in netbsd section --- diff --git a/README.md b/README.md index fca411ff..e6965710 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ The main package system used in NetBSD is pkgsrc and one will probably want to read up more about it than is in the scope of this document. See https://www.netbsd.org/docs/software/packages.html for more information. -This will not replace the one in the standard base distribution, and -cmake will probably find the wrong compiler when it checks automatically. +This will not replace the compiler in the standard base distribution, and +cmake will probably find the base dist's compiler when it checks automatically. Using the example of gcc12 from pkgsrc, one will need to set two environment variables before starting: ```