aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 17:59:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 18:05:14 +0000
commita5a037dcb1ee764ccaa3202f96edd45a824b8cea (patch)
tree242698d45661c5a604674bd9678584db49f7307e
parentb3513d6be4c04add8ae6f36c011d200a6a518da9 (diff)
downloadports-a5a037dcb1ee764ccaa3202f96edd45a824b8cea.tar.gz
ports-a5a037dcb1ee764ccaa3202f96edd45a824b8cea.zip
x11-toolkits/gnustep-gui: Fix build with texinfo 7.0.3
PR: 270721
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-texinfo11
1 files changed, 11 insertions, 0 deletions
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 \