File autoconf-2.72.patch of Package nauty
From: Jan Engelhardt <ej@inai.de>
Date: 2024-05-16 13:22:58.758243293 +0200
AC 2.72 changed the internals of AC_SYS_LARGEFILE. Just always build with largfile.
See also https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643b42096da1f4403a501a4a5930dec2d1c88c2
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
Index: nauty2_9_1/configure.ac
===================================================================
--- nauty2_9_1.orig/configure.ac
+++ nauty2_9_1/configure.ac
@@ -199,6 +199,7 @@ nauty_largefile=0
AS_IF([test "x$ac_cv_sys_largefile_opts" = "x-D_FILE_OFFSET_BITS=64"],[nauty_largefile=1])
AS_IF([test "x$ac_cv_sys_largefile_opts" = "x-D_LARGE_FILES=1"],[nauty_largefile=2])
AS_IF([test "x$ac_cv_sys_file_offset_bits" = "x"],[ac_cv_sys_file_offset_bits=0])
+ac_cv_sys_file_offset_bits=64
AS_IF([test "x$ac_cv_sys_largefile_source" = "xno"],[ac_cv_sys_largefile_source=0])
AS_IF([test "x$ac_cv_sys_largefile_source" = "x"],[ac_cv_sys_largefile_source=0])