diff options
Diffstat (limited to 'data/python/timestamp.diff')
-rw-r--r-- | data/python/timestamp.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/python/timestamp.diff b/data/python/timestamp.diff index 76642259f..cebeb8131 100644 --- a/data/python/timestamp.diff +++ b/data/python/timestamp.diff @@ -1,6 +1,6 @@ -diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuildinfo.c ---- Python-2.5.1/Modules/getbuildinfo.c 2006-01-18 09:13:51.000000000 +0000 -+++ Python-2.5.1+iPhone/Modules/getbuildinfo.c 2008-06-19 08:00:45.000000000 +0000 +diff -ur Python-2.7.15/Modules/getbuildinfo.c Python-2.7.15+iPhone/Modules/getbuildinfo.c +--- Python-2.7.15/Modules/getbuildinfo.c 2018-04-29 12:47:33.000000000 -1000 ++++ Python-2.7.15+iPhone/Modules/getbuildinfo.c 2018-09-04 16:04:45.000000000 -1000 @@ -5,20 +5,12 @@ #endif @@ -20,5 +20,5 @@ diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuil #endif -#endif - #ifdef SUBWCREV - #define SVNVERSION "$WCRANGE$$WCMODS?M:$" + /* XXX Only unix build process has been tested */ + #ifndef GITVERSION |