From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pacparser/
Date: Sun, 10 Mar 2024 17:54:51 +0000 (UTC) [thread overview]
Message-ID: <1710093215.95ac3cc2e868f2f724a2c66adc5849cea2b99e35.amadio@gentoo> (raw)
commit: 95ac3cc2e868f2f724a2c66adc5849cea2b99e35
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 17:53:35 2024 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 17:53:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ac3cc2
net-libs/pacparser: fix compilation with GCC 14, bug 919375
Closes: https://bugs.gentoo.org/919375
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
net-libs/pacparser/pacparser-1.4.2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-libs/pacparser/pacparser-1.4.2.ebuild b/net-libs/pacparser/pacparser-1.4.2.ebuild
index e3cd424765ae..87e64cf6c25f 100644
--- a/net-libs/pacparser/pacparser-1.4.2.ebuild
+++ b/net-libs/pacparser/pacparser-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,6 +27,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
src_prepare() {
default
+ sed -e 's/^SMCFLAGS.*/SMCFLAGS = -DHAVE_VA_COPY -DVA_COPY=va_copy -DHAVE_VA_LIST_AS_ARRAY/' \
+ -i src/Makefile || die
sed -e '/CC = gcc/d' \
-i src/spidermonkey/js/src/config/Linux_All.mk || die
@@ -37,8 +39,7 @@ src_prepare() {
src_compile() {
# Upstream parallel compilation bug, do that first to work around
- emake -C src/spidermonkey
- emake -C src
+ emake -C src -j1
use python && python_foreach_impl emake -C src pymod
}
next reply other threads:[~2024-03-10 17:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-10 17:54 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 12:30 [gentoo-commits] repo/gentoo:master commit in: net-libs/pacparser/ Arthur Zamarin
2024-11-22 18:33 Sam James
2024-07-03 9:20 Guilherme Amadio
2024-05-29 6:26 Jakov Smolić
2024-03-10 18:28 Guilherme Amadio
2023-10-27 6:56 Guilherme Amadio
2022-09-19 12:38 Guilherme Amadio
2022-09-19 12:38 Guilherme Amadio
2022-06-07 5:22 Sam James
2022-06-07 5:21 Sam James
2021-06-16 8:35 Guilherme Amadio
2021-06-16 8:35 Guilherme Amadio
2021-05-31 23:19 Sam James
2021-04-03 19:53 Sam James
2020-06-08 13:41 Joonas Niilola
2020-06-08 13:41 Joonas Niilola
2020-06-08 13:41 Joonas Niilola
2020-02-10 21:25 Michał Górny
2018-01-03 10:40 Michael Palimaka
2017-07-18 16:12 Sebastien Fabbro
2017-07-18 16:12 Sebastien Fabbro
2017-05-29 16:33 Pacho Ramos
2015-09-01 19:55 Tobias Klausmann
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=1710093215.95ac3cc2e868f2f724a2c66adc5849cea2b99e35.amadio@gentoo \
--to=amadio@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