unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob d406f63c55958cd2b3088eb97ddcefdef6215f5b 945 bytes (raw)
name: gnu/packages/patches/libtool-mingw.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
 
With lstat and _lstat are added to MinGW we need to #define lstat along with
stat because #define'ing stat impacts struct stat, which would otherwise break
lstat's signature.

Jan Nieuwenhuizen

Upstream status: not yet presented upstream.

--- libtool-2.4.6/build-aux/ltmain.in~	2015-02-06 13:57:56.000000000 +0100
+++ libtool-2.4.6/build-aux/ltmain.in	2016-05-06 07:46:29.425142546 +0200
@@ -3658,6 +3658,7 @@
 # define S_IXUSR _S_IEXEC
 #elif defined __MINGW32__
 # define setmode _setmode
+# define lstat   _lstat
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd
--- libtool-2.4.6/build-aux/ltmain.sh~	2015-02-15 17:15:12.000000000 +0100
+++ libtool-2.4.6/build-aux/ltmain.sh	2016-05-06 08:31:53.854857844 +0200
@@ -5576,6 +5577,7 @@
 # define S_IXUSR _S_IEXEC
 #elif defined __MINGW32__
 # define setmode _setmode
+# define lstat   _lstat
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd

debug log:

solving d406f63 ...
found d406f63 in https://yhetil.org/guix-devel/20160818060851.2853-10-janneke@gnu.org/ ||
	https://yhetil.org/guix-devel/20160809064139.27872-10-janneke@gnu.org/ ||
	https://yhetil.org/guix-devel/87vb2g9yi0.fsf@drakenvlieg.flower/

applying [1/1] https://yhetil.org/guix-devel/20160818060851.2853-10-janneke@gnu.org/
diff --git a/gnu/packages/patches/libtool-mingw.patch b/gnu/packages/patches/libtool-mingw.patch
new file mode 100644
index 0000000..d406f63

Checking patch gnu/packages/patches/libtool-mingw.patch...
Applied patch gnu/packages/patches/libtool-mingw.patch cleanly.

skipping https://yhetil.org/guix-devel/20160809064139.27872-10-janneke@gnu.org/ for d406f63
skipping https://yhetil.org/guix-devel/87vb2g9yi0.fsf@drakenvlieg.flower/ for d406f63
index at:
100644 d406f63c55958cd2b3088eb97ddcefdef6215f5b	gnu/packages/patches/libtool-mingw.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).