annotate src/release-octave-1-gnulib.patch @ 6203:8b23f76955c6 release

ICU4C: Use GCC for native version even if clang is installed. * src/icu4c.mk: ICU4C seems to prefer clang for building the native version if it is installed on the build system. But it looks like that doesn't work for some reason. When cross-compiling, use GCC for the native version instead.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 05 May 2022 11:22:40 +0200
parents 039563087c70
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/libgnu/unistd.in.h b/libgnu/unistd.in.h
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/libgnu/unistd.in.h 2016-06-18 18:47:32.000000000 -0400
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/libgnu/unistd.in.h 2016-06-23 18:45:42.410781867 -0400
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -734,7 +734,7 @@
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 Null terminate it if the name is shorter than LEN.
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 If the host name is longer than LEN, set errno = EINVAL and return -1.
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 Return 0 if successful, otherwise set errno and return -1. */
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -# if @UNISTD_H_HAVE_WINSOCK2_H@
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 # undef gethostname
5518
039563087c70 update version number for first 6.1 release candidate
John W. Eaton <jwe@octave.org>
parents: 5278
diff changeset
12 # define gethostname rpl_gethostname