commit: 4c0a71cc4d4a4ce8b123112c691d7677dee25cf2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 04:27:54 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Jan 27 04:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0a71cc
x11-misc/xmountains: Replace local patch with upstream patch Upstream commit at https://github.com/spbooth/xmountains/commit/e530b35948da644a190847b2e6ebe08fd38f6d4a Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-misc/xmountains/files/xmountains-2.9-global.patch | 2 +- x11-misc/xmountains/files/xmountains-2.9-string.patch | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-misc/xmountains/files/xmountains-2.9-global.patch b/x11-misc/xmountains/files/xmountains-2.9-global.patch index 77ce47ac4eb..65ef65fa204 100644 --- a/x11-misc/xmountains/files/xmountains-2.9-global.patch +++ b/x11-misc/xmountains/files/xmountains-2.9-global.patch @@ -1,4 +1,4 @@ ---- a/Makefile.alt.JeR +--- a/Makefile.alt +++ b/Makefile.alt @@ -8,17 +8,17 @@ diff --git a/x11-misc/xmountains/files/xmountains-2.9-string.patch b/x11-misc/xmountains/files/xmountains-2.9-string.patch index c78569a2116..97540b2792e 100644 --- a/x11-misc/xmountains/files/xmountains-2.9-string.patch +++ b/x11-misc/xmountains/files/xmountains-2.9-string.patch @@ -1,8 +1,11 @@ ---- a/xmountains.c.JeR +--- a/xmountains.c +++ b/xmountains.c -@@ -1,4 +1,5 @@ +@@ -1,7 +1,7 @@ -+#include <string.h> /* strcmp() */ #include <stdio.h> #include <stdlib.h> - #include <strings.h> +-#include <strings.h> ++#include <string.h> + #include <signal.h> + #include <sys/types.h> + #include <unistd.h>