~ruther/guix-local

ref: 21e583def33ecf9e9bae3a18df875cd3380e14ec guix-local/gnu/packages/patches/coreutils-dummy-man.patch -rw-r--r-- 862 bytes
21e583de — Ludovic Courtès gnu: gcc: Add a RUNPATH to libstdc++.so so that it finds libgcc_s.so. 11 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Patch adapted from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>.

Fix for 'dummy-man' usage, when cross-compiling.

The options should be before the final argument, otherwise, the following error
would appear when compiling:

  dummy-man: too many non-option arguments

--- coreutils-8.23/Makefile.in	2014-07-18 18:22:24.000000000 -0400
+++ coreutils-8.23/Makefile.in	2014-08-03 20:21:10.849158313 -0400
@@ -14076,8 +14076,8 @@
 	  && $(run_help2man)						\
 		     --source='$(PACKAGE_STRING)'			\
 		     --include=$(srcdir)/man/$$name.x			\
-		     --output=$$t/$$name.1 $$t/$$argv			\
 		     --info-page='coreutils \(aq'$$name' invocation\(aq' \
+		     --output=$$t/$$name.1 $$t/$$argv			\
 	  && sed \
 	       -e 's|$*\.td/||g' \
 	       -e '/For complete documentation/d' \