X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..f252068260cd4a0d8abcaf8fa3b0f9328854d707:/packages/git/git.patch diff --git a/packages/git/git.patch b/packages/git/git.patch index daf97825..c9a23b1e 100644 --- a/packages/git/git.patch +++ b/packages/git/git.patch @@ -1,17 +1,5 @@ -* Set uname_S to Linux instead of detecting build machine. -* Fix ST_CTIME_NSEC and ST_MTIME_NSEC macros on Android. +Fix ST_CTIME_NSEC and ST_MTIME_NSEC macros on Android. -diff -u -r ../git-1.8.5.3/config.mak.uname ./config.mak.uname ---- ../git-1.8.5.3/config.mak.uname 2014-01-14 18:10:09.000000000 +0100 -+++ ./config.mak.uname 2014-01-22 16:53:42.000000000 +0100 -@@ -1,6 +1,6 @@ - # Platform specific Makefile tweaks based on uname detection - --uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') -+uname_S := Linux - uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not') - uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not') - uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not') diff -u -r ../git-1.8.5.3/git-compat-util.h ./git-compat-util.h --- ../git-1.8.5.3/git-compat-util.h 2014-01-14 18:10:09.000000000 +0100 +++ ./git-compat-util.h 2014-01-22 13:07:19.000000000 +0100