annotate src/default-octave-1-gnulib.patch @ 5531:eae508c12529

Add build rule for build-octave (bug #49503). * src/build-octave.mk: Add new build rule for build-octave which can be used for cross-building binary packages that depend on Octave as a build tool. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/of-communications.mk, src/of-image.mk, src/of-mapping.mk, src/of-optiminterp.mk, src/of-sparsersb.mk, src/of-statistics.mk, src/of-windows.mk: Add optional dependency on build-octave. * configure.ac: Add new configure switch "--disable-system-octave" that is needed to build the build-octave package. * Makefile.in: Add variable "USE_SYSTEM_OCTAVE". Exclude build-octave from the default build tools and build it only if a package explicitly depends on it. Display warning about missing native Octave version only if necessary.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Sep 2020 23:04:38 +0200
parents fbb5ba9cfd8a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4160
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/libgnu/unistd.in.h b/libgnu/unistd.in.h
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/libgnu/unistd.in.h 2016-06-18 18:47:32.000000000 -0400
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/libgnu/unistd.in.h 2016-06-23 18:45:42.410781867 -0400
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -734,7 +734,7 @@
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 Null terminate it if the name is shorter than LEN.
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 If the host name is longer than LEN, set errno = EINVAL and return -1.
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 Return 0 if successful, otherwise set errno and return -1. */
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -# if @UNISTD_H_HAVE_WINSOCK2_H@
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 # undef gethostname
295580aa01b6 temporary patch for gnulib in default-octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 # define gethostname rpl_gethostname