public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/escm/, dev-scheme/escm/files/
@ 2021-11-12 12:18 Akinori Hattori
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori @ 2021-11-12 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6081d448de3f9173eaeb858416fc4e0604fd4c03
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 12:18:00 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 12:18:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6081d448

dev-scheme/escm: fix implicit declarations

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/escm/escm-1.1-r1.ebuild       |  1 +
 dev-scheme/escm/files/escm-headres.patch | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/dev-scheme/escm/escm-1.1-r1.ebuild b/dev-scheme/escm/escm-1.1-r1.ebuild
index 98ca3378b5a..e9d61e33dd1 100644
--- a/dev-scheme/escm/escm-1.1-r1.ebuild
+++ b/dev-scheme/escm/escm-1.1-r1.ebuild
@@ -20,6 +20,7 @@ RDEPEND="|| (
 	)"
 S="${WORKDIR}/${PN}"
 
+PATCHES=( "${FILESDIR}"/${PN}-headers.patch )
 HTML_DOCS=( ${PN}.html )
 
 src_prepare() {

diff --git a/dev-scheme/escm/files/escm-headres.patch b/dev-scheme/escm/files/escm-headres.patch
new file mode 100644
index 00000000000..bf23008f801
--- /dev/null
+++ b/dev-scheme/escm/files/escm-headres.patch
@@ -0,0 +1,10 @@
+--- a/escm.c
++++ b/escm.c
+@@ -28,6 +28,7 @@
+ 
+ #include <sys/types.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <stdarg.h>
+ #include <errno.h>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-12 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12 12:18 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/escm/, dev-scheme/escm/files/ Akinori Hattori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox