commit: 60c37bb01235c28144854631e3230c894a63621a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 27 22:55:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 27 22:55:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c37bb0
media-gfx/graphicsmagick: enhance patch description Bug: https://bugs.gentoo.org/920788 Signed-off-by: Sam James <sam <AT> gentoo.org> .../files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch index 4092a7303dc9..05e151c1efab 100644 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch +++ b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch @@ -1,5 +1,17 @@ +Sent upstream by mail. + https://bugs.gentoo.org/920788 https://github.com/ImageMagick/ImageMagick/pull/6978 + +configure.ac: fixup LFS check for autoconf-2.72 + +For the 'other' case, we were using the value of ac_cv_sys_file_offset_bits for +-D_FILE_OFFSET_BITS to pass down into the Perl module build, but autoconf-2.72 +drops the use of ac_cv_sys_file_offset_bits in cf09f48841b66fe76f606dd6018bb3a93242a7c9, +so this ends up defining '-D_FILE_OFFSET_BITS=' which then breaks the build. + +I've just added a hack to preserve the old behaviour to avoid passing a blank +value. --- a/configure.ac +++ b/configure.ac @@ -386,7 +386,7 @@ AC_FUNC_FSEEKO
