From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 074DF158015 for ; Wed, 27 Dec 2023 22:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D549D2BC020; Wed, 27 Dec 2023 22:48:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B48332BC020 for ; Wed, 27 Dec 2023 22:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6147340C33 for ; Wed, 27 Dec 2023 22:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E511441 for ; Wed, 27 Dec 2023 22:48:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703717298.53ad9b81118ada34df80b4a85208e4ec2d04a0bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/files/, media-gfx/graphicsmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild X-VCS-Directories: media-gfx/graphicsmagick/ media-gfx/graphicsmagick/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53ad9b81118ada34df80b4a85208e4ec2d04a0bb X-VCS-Branch: master Date: Wed, 27 Dec 2023 22:48:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74c92f19-226b-4323-9a9b-e540eb6e61d3 X-Archives-Hash: 225f6d609b0c8ab12818b32ceac20992 commit: 53ad9b81118ada34df80b4a85208e4ec2d04a0bb Author: Sam James gentoo org> AuthorDate: Wed Dec 27 22:48:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 27 22:48:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad9b81 media-gfx/graphicsmagick: fix perl build w/ autoconf-2.72 Closes: https://bugs.gentoo.org/920788 Signed-off-by: Sam James gentoo.org> .../graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch | 13 +++++++++++++ media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild | 1 + 2 files changed, 14 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 new file mode 100644 index 000000000000..4092a7303dc9 --- /dev/null +++ b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.42-autoconf-2.72-perl-lfs.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/920788 +https://github.com/ImageMagick/ImageMagick/pull/6978 +--- a/configure.ac ++++ b/configure.ac +@@ -386,7 +386,7 @@ AC_FUNC_FSEEKO + LFS_CPPFLAGS='' + if test "$enable_largefile" != no + then +- if test "$ac_cv_sys_file_offset_bits" != 'no' ++ if test "$ac_cv_sys_file_offset_bits" != 'no' && test -n "$ac_cv_sys_file_offset_bits" + then + LFS_CPPFLAGS="$LFS_CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" + fi diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild index e06b4db947e2..e95dedd071e0 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.42.ebuild @@ -68,6 +68,7 @@ BDEPEND+=" virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.3.41-flags.patch "${FILESDIR}"/${PN}-1.3.41-perl.patch + "${FILESDIR}"/${PN}-1.3.42-autoconf-2.72-perl-lfs.patch ) pkg_pretend() {