summaryrefslogtreecommitdiff
path: root/sys-libs/freeipmi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
commit6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (patch)
tree782b1dfa8abee9f15c2fff2aca667b4abd32e5f8 /sys-libs/freeipmi
parent3f283d6a71e35a9c6d89dc73d76f01aec1c1a6b3 (diff)
downloadbaldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.gz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.xz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.zip
Adding metadata
Diffstat (limited to 'sys-libs/freeipmi')
-rw-r--r--sys-libs/freeipmi/files/freeipmi-1.6.18-fix_cpp_man.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/freeipmi/files/freeipmi-1.6.18-fix_cpp_man.patch b/sys-libs/freeipmi/files/freeipmi-1.6.18-fix_cpp_man.patch
index f6bd2b2b6452..8a8b86bc7c28 100644
--- a/sys-libs/freeipmi/files/freeipmi-1.6.18-fix_cpp_man.patch
+++ b/sys-libs/freeipmi/files/freeipmi-1.6.18-fix_cpp_man.patch
@@ -1,6 +1,7 @@
-https://bugs.gentoo.org/868000
+see https://bugs.gentoo.org/868000 and https://bugs.gentoo.org/980185
The output file was previously passed as an argument.
-Using '-o' explicitly sets the output file.
+Using '-o' explicitly sets the output file.
+Pass -x c to preprocess files with non-standard extensions (.pre)
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -189,7 +189,7 @@ MANS_COMMON = \
@@ -8,7 +9,7 @@ Using '-o' explicitly sets the output file.
$(MANS_CPP): $(MANS_CPP:%=%.pre)
- $(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre $@
-+ $(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre -o $@
++ $(CPP_FOR_BUILD) -x c -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre -o $@
CLEANFILES = $(MANS_CPP) *~
DISTCLEANFILES = $(MANS_CPP) $(MANS_CPP:%=%.pre) .deps/*.P