git: a5a037dcb1ee - main - x11-toolkits/gnustep-gui: Fix build with texinfo 7.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:10:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5a037dcb1ee764ccaa3202f96edd45a824b8cea commit a5a037dcb1ee764ccaa3202f96edd45a824b8cea Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:59:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:05:14 +0000 x11-toolkits/gnustep-gui: Fix build with texinfo 7.0.3 PR: 270721 --- x11-toolkits/gnustep-gui/files/patch-texinfo | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/x11-toolkits/gnustep-gui/files/patch-texinfo b/x11-toolkits/gnustep-gui/files/patch-texinfo new file mode 100644 index 000000000000..d9f8f5b1b64e --- /dev/null +++ b/x11-toolkits/gnustep-gui/files/patch-texinfo @@ -0,0 +1,11 @@ +--- Documentation/manual/GNUmakefile.orig 2020-04-05 20:04:40 UTC ++++ Documentation/manual/GNUmakefile +@@ -3,6 +3,8 @@ include $(GNUSTEP_MAKEFILES)/common.make + + DOCUMENT_NAME = AppKit + ++GNUSTEP_TEXI2HTML_FLAGS = --output=AppKit ++ + AppKit_TEXI_FILES = \ + AppKit.texi \ + applicationmakefiles.texi \