es: new recipe (#2751)

This commit is contained in:
miqlas
2018-07-21 17:41:47 +02:00
committed by GitHub
parent 09fa6b8fdb
commit a0f7e4962a
2 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
From 4689c8ea909b1ea1fddb59274180b732b4e0cee4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Fri, 29 Jun 2018 21:33:05 +0200
Subject: Build fix
diff --git a/input.c b/input.c
index abf8573..db47ee4 100644
--- a/input.c
+++ b/input.c
@@ -273,7 +273,7 @@ stdgetenv(name)
}
char *
-getenv(char *name)
+mygetenv(char *name)
{
return realgetenv(name);
}
--
2.16.4