diff src/release-octave-1-gnulib.patch @ 5518:039563087c70 octave-rc-6.0.90

update version number for first 6.1 release candidate * src/stable-octave.mk: Update version to 6.0.90. * src/release-octave.mk: Update version to 6.0.90. Update URL and checksum for release candidate. * src/release-octave-1-setvbuf.patch: Delete. * src/release-octave-1-gnulib.patch: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2020 15:48:45 -0400
parents db215107402f
children
line wrap: on
line diff
--- a/src/release-octave-1-gnulib.patch	Sat Aug 01 11:38:21 2020 +0200
+++ b/src/release-octave-1-gnulib.patch	Wed Aug 26 15:48:45 2020 -0400
@@ -9,17 +9,4 @@
 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
  #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
  #   undef gethostname
- #   define gethostname rpl_gethostname
-
-diff -u a/libgnu/lseek.c b/libgnu/lseek.c
---- a/libgnu/lseek.c    2020-01-25 23:41:47.321133728 -0500
-+++ b/libgnu/lseek.c    2020-01-25 23:43:05.587623161 -0500
-@@ -63,7 +63,7 @@
-       return -1;
-     }
- #endif
--#if _GL_WINDOWS_64_BIT_OFF_T
-+#if _GL_WINDOWS_64_BIT_OFF_T || (defined __MINGW32__ && defined _FILE_OFFSET_BITS && (_FILE_OFFSET_BITS == 64))
-   return _lseeki64 (fd, offset, whence);
- #else
-   return lseek (fd, offset, whence)
+ #   define gethostname rpl_gethostname
\ No newline at end of file