annotate src/stable-octave-1-gnulib.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
parents 583e31f07446
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5316
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
1 diff -uNr a/libgnu/unistd.in.h b/libgnu/unistd.in.h
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
2 --- a/libgnu/unistd.in.h 2016-06-18 18:47:32.000000000 -0400
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
3 +++ b/libgnu/unistd.in.h 2016-06-23 18:45:42.410781867 -0400
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
4 @@ -734,7 +734,7 @@
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
5 Null terminate it if the name is shorter than LEN.
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
6 If the host name is longer than LEN, set errno = EINVAL and return -1.
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
7 Return 0 if successful, otherwise set errno and return -1. */
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
8 -# if @UNISTD_H_HAVE_WINSOCK2_H@
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
9 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
10 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
11 # undef gethostname
583e31f07446 * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
12 # define gethostname rpl_gethostname