summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-03-02 22:46:44 +0100
committerSam James <sam@gentoo.org>2022-03-09 14:47:45 +0000
commitd8c28af972c4fa3cb6a6df5a69e6a21d0ae92c88 (patch)
treef7b345217da2b455f97c3ab946cff4d89b125fed /app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch
parentdev-cpp/libgnomecanvasmm: update EAPI 5 -> 8 (diff)
downloadgentoo-d8c28af972c4fa3cb6a6df5a69e6a21d0ae92c88.tar.gz
gentoo-d8c28af972c4fa3cb6a6df5a69e6a21d0ae92c88.tar.bz2
gentoo-d8c28af972c4fa3cb6a6df5a69e6a21d0ae92c88.zip
app-misc/fdutils: New version (5.6_p2)
* Bumps to EAPI=8 * Most patching from previous version is no longer necessary (except for one) * Keeps all the Debian patches minus one Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://bugs.gentoo.org/826430 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24393 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch')
-rw-r--r--app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch b/app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch
new file mode 100644
index 000000000000..bca3d58b5ed7
--- /dev/null
+++ b/app-misc/fdutils/files/fdutils-5.6_p2-docs-build.patch
@@ -0,0 +1,28 @@
+From 855e7727c06d6e61d0b1e3e34629de2cf0142a91 Mon Sep 17 00:00:00 2001
+From: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
+Date: Wed, 2 Mar 2022 22:24:30 +0100
+Subject: [PATCH] doc: Replace CC_FOR_BUILD and EXEEXT_FOR_BUILD for building
+ docs
+
+---
+ doc/Makefile.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/Makefile.in b/doc/Makefile.in
+index d94736f..d565359 100644
+--- a/doc/Makefile.in
++++ b/doc/Makefile.in
+@@ -37,8 +37,8 @@ INSTALL_INFO= @INSTALL_INFO@
+ CC = @CC@
+ CPPFLAGS = @CPPFLAGS@
+ CFLAGS = @CFLAGS@
+-CC_FOR_BUILD = @CC_FOR_BUILD@
+-EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
++CC_FOR_BUILD = $(CC)
++EXEEXT_FOR_BUILD =
+
+ all: info dvi
+
+--
+2.34.1
+