unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6048fb235a98ae4250922ea874ab30d715809547 1216 bytes (raw)
name: gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
--- mingw-w64-v5.0-rc2/mingw-w64-headers/include/winnt.h.orig	2016-03-30 21:32:21.111586941 +0200
+++ mingw-w64-v5.0-rc2/mingw-w64-headers/include/winnt.h	2016-03-30 21:31:53.607559496 +0200
@@ -6895,7 +6895,7 @@
 	  DWORD Reg : 3;
 	  DWORD R : 1;
 	  DWORD L : 1;
-	  DWORD C : 1;
+	  DWORD C_ : 1;
 	  DWORD StackAdjust : 10;
 	} DUMMYSTRUCTNAME;
       } DUMMYUNIONNAME;
--- mingw-w64-v5.0-rc2/mingw-w64-headers/crt/math.h.orig	2016-03-30 21:27:25.375475927 +0200
+++ mingw-w64-v5.0-rc2/mingw-w64-headers/crt/math.h	2016-03-30 21:28:57.871461798 +0200
@@ -216,6 +216,7 @@
 #endif
   }

+#if 0
   __CRT_INLINE long double __cdecl fabsl (long double x)
   {
 #ifdef __arm__
@@ -226,6 +227,7 @@
     return res;
 #endif
   }
+#endif

   __CRT_INLINE double __cdecl fabs (double x)
   {
@@ -905,7 +907,7 @@
 /* 7.12.7.3  */
   extern double __cdecl hypot (double, double) __MINGW_ATTRIB_DEPRECATED_MSVC2005; /* in libmoldname.a */
   extern float __cdecl hypotf (float x, float y);
-#ifndef __CRT__NO_INLINE
+#if 0 //ndef __CRT__NO_INLINE
   __CRT_INLINE float __cdecl hypotf (float x, float y) { return (float) hypot ((double)x, (double)y);}
 #endif
   extern long double __cdecl hypotl (long double, long double);

debug log:

solving 6048fb2 ...
found 6048fb2 in https://yhetil.org/guix-devel/1461942751-23883-3-git-send-email-janneke@gnu.org/ ||
	https://yhetil.org/guix-devel/8737q41qtk.fsf@drakenvlieg.flower/ ||
	https://yhetil.org/guix-devel/87zissp3ia.fsf@drakenvlieg.flower/ ||
	https://yhetil.org/guix-devel/87pota7sxv.fsf@drakenvlieg.flower/ ||
	https://yhetil.org/guix-devel/87lh4080wu.fsf@drakenvlieg.flower/ ||
	https://yhetil.org/guix-devel/87bn4yhurl.fsf_-_@drakenvlieg.flower/ ||
	https://yhetil.org/guix-devel/87d1pssnwl.fsf@drakenvlieg.flower/

applying [1/1] https://yhetil.org/guix-devel/1461942751-23883-3-git-send-email-janneke@gnu.org/
diff --git a/gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch b/gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch
new file mode 100644
index 0000000..6048fb2

1:10: space before tab in indent.
 	  DWORD Reg : 3;
1:11: space before tab in indent.
 	  DWORD R : 1;
1:12: space before tab in indent.
 	  DWORD L : 1;
1:15: space before tab in indent.
 	  DWORD StackAdjust : 10;
1:16: space before tab in indent.
 	} DUMMYSTRUCTNAME;
Checking patch gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch...
Applied patch gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix-devel/8737q41qtk.fsf@drakenvlieg.flower/ for 6048fb2
skipping https://yhetil.org/guix-devel/87zissp3ia.fsf@drakenvlieg.flower/ for 6048fb2
skipping https://yhetil.org/guix-devel/87pota7sxv.fsf@drakenvlieg.flower/ for 6048fb2
skipping https://yhetil.org/guix-devel/87lh4080wu.fsf@drakenvlieg.flower/ for 6048fb2
skipping https://yhetil.org/guix-devel/87bn4yhurl.fsf_-_@drakenvlieg.flower/ for 6048fb2
skipping https://yhetil.org/guix-devel/87d1pssnwl.fsf@drakenvlieg.flower/ for 6048fb2
index at:
100644 6048fb235a98ae4250922ea874ab30d715809547	gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).