opnsense-ports/deskutils/coolreader/files/patch-thirdparty_unman_chmlib_configure.in
Franco Fichtner d54a202787 */*: sync with upstream
Taken from: FreeBSD
2023-09-19 08:54:38 +02:00

11 lines
404 B
Text

--- thirdparty_unman/chmlib/configure.in.orig
+++ thirdparty_unman/chmlib/configure.in
@@ -97,7 +97,7 @@ AC_ARG_ENABLE(dmalloc,
dnl check for availability of the functions we need
if test -n "$CHM_USE_IO64"; then
- AC_CHECK_FUNC(lseek64,,[
+ AC_CHECK_FUNC(lseek,,[
AC_MSG_WARN([64-bit file offsets not available, huge files won't be supported.])
CHM_USE_IO64=""])
fi