From 3365aa2456b0e64028ecd4cac8a0630f1dd798a2 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 20 Feb 2020 00:49:14 +0100 Subject: [PATCH] binutils: fix build without texinfo binutils-2.34/missing: 81: makeinfo: not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: make[3]: *** [Makefile:474: binutils.info] Error 127 --- packages/devel/binutils/patches/nodocs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/devel/binutils/patches/nodocs.patch diff --git a/packages/devel/binutils/patches/nodocs.patch b/packages/devel/binutils/patches/nodocs.patch new file mode 100644 index 0000000000..ac880bc06c --- /dev/null +++ b/packages/devel/binutils/patches/nodocs.patch @@ -0,0 +1,12 @@ +diff -ur a/binutils/Makefile.in b/binutils/Makefile.in +--- a/binutils/Makefile.in 2020-02-01 12:50:05.000000000 +0100 ++++ b/binutils/Makefile.in 2020-02-20 00:45:18.792253182 +0100 +@@ -560,7 +560,7 @@ + zlibinc = @zlibinc@ + AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects + ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd +-SUBDIRS = doc po ++SUBDIRS = + tooldir = $(exec_prefix)/$(target_alias) + + # Automake 1.10+ disables lex and yacc output file regeneration if