ports/deskutils/coolreader/files/patch-thirdparty_unman_chmlib_configure.in
Kenneth Raplee 4b64cf228f deskutils/coolreader: Update to 3.2.59
PR:		273420
Reported by:	kenrap@kennethraplee.com
Approved by:	mistresssilvara@hotmail.com (maintainer, timeout > 2 weeks)
2023-09-18 13:03:37 +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