mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
es: new recipe (#2751)
This commit is contained in:
22
app-shells/es/patches/es-0.9.1.patchset
Normal file
22
app-shells/es/patches/es-0.9.1.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user