public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegpixi/
Date: Fri, 30 Sep 2022 03:43:30 +0000 (UTC)	[thread overview]
Message-ID: <1664509346.28348cffc8cb465f23a464ad88d5abee71c8728d.ionen@gentoo> (raw)

commit:     28348cffc8cb465f23a464ad88d5abee71c8728d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 02:39:31 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 03:42:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28348cff

media-gfx/jpegpixi: run eautoreconf for clang16

./configure "works" without but misdetects ptrdiff_t leading
to a failing attempt to redefine it during compile phase.

Closes: https://bugs.gentoo.org/870733
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild b/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild
index 6e452e66ab7b..4e9c5fe03cdb 100644
--- a/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild
+++ b/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit autotools
+
 DESCRIPTION="Almost lossless JPEG pixel interpolator, for correcting digital camera defects"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
@@ -14,6 +16,12 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 RDEPEND="media-libs/libjpeg-turbo:="
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+
+	eautoreconf #870733
+}
+
 src_install() {
 	dobin jpeg{hotp,pixi}
 	doman man/jpeg{hotp,pixi}.1


             reply	other threads:[~2022-09-30  3:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-30  3:43 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30  3:43 [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegpixi/ Ionen Wolkens
2018-05-29 20:10 Aaron Bauman
2018-05-29 20:10 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1664509346.28348cffc8cb465f23a464ad88d5abee71c8728d.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox