git: 2b229d71ec - main - Porters handbook advises against patching configure, adjust example to match
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 14:49:09 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=2b229d71ecd6d751c649b5c26013547fe9574934 commit 2b229d71ecd6d751c649b5c26013547fe9574934 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2023-10-05 13:52:29 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2023-10-05 13:52:29 +0000 Porters handbook advises against patching configure, adjust example to match Reported by: freebsd_igalic.co Approved by: fernape Event: Oslo Hackathon Differential Revision: https://reviews.freebsd.org/D42013 --- .../content/en/books/porters-handbook/slow-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc index 7b5005f274..52ea08e001 100644 --- a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc @@ -332,7 +332,7 @@ For example: .... % ls -l files/foo-patches -rw-r--r-- 1 root wheel 350 Jan 16 01:27 patch-Makefile.in --rw-r--r-- 1 root wheel 3084 Jan 18 15:37 patch-configure +-rw-r--r-- 1 root wheel 3084 Jan 18 15:37 patch-configure.ac .... Then add this to the [.filename]#Makefile#: