public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/
Date: Fri, 13 Jun 2025 08:28:41 +0000 (UTC)	[thread overview]
Message-ID: <1749803307.3a75e8515d3561da9fec1c23ecae3513d8d57402.alexxy@gentoo> (raw)

commit:     3a75e8515d3561da9fec1c23ecae3513d8d57402
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 08:57:29 2025 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 08:28:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a75e851

sci-chemistry/vmd: Make it compile with gcc-15

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 sci-chemistry/vmd/vmd-1.9.4_alpha57-r4.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r4.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r4.ebuild
index 211314d11622..04807d2e51a2 100644
--- a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r4.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r4.ebuild
@@ -112,6 +112,14 @@ src_prepare() {
 		-e "s:\$(CXXFLAGS)::g" \
 		-i hesstrans/Makefile || die
 
+	# hack for some very old code with recent compilers
+	# stamp uses old syntax so we need to add -std=gnu89
+	sed \
+		-e "s: -c: -std=gnu89 -c:g" \
+		-i stamp/Makefile \
+		-i rnaview/Makefile \
+		-i clustalw/Makefile || die
+
 	# prepare vmd itself
 	cd "${S}" || die
 


             reply	other threads:[~2025-06-13  8:28 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-13  8:28 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-13  8:28 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/ Alexey Shvetsov
2025-04-29 18:44 Pacho Ramos
2025-04-08 16:23 Pacho Ramos
2024-12-26 17:50 Ionen Wolkens
2024-07-11 11:42 Pacho Ramos
2024-06-05 17:27 Alexey Shvetsov
2023-05-02 18:42 Pacho Ramos
2023-05-02 18:42 Pacho Ramos
2022-10-15 23:26 Sam James
2022-05-20 19:30 Pacho Ramos
2022-05-20 19:30 Pacho Ramos
2021-11-11 11:03 Pacho Ramos
2021-02-12 12:31 Pacho Ramos
2020-12-06 17:19 Pacho Ramos
2020-09-17 20:58 Pacho Ramos
2020-09-12 22:32 Pacho Ramos
2020-02-09 16:36 Michał Górny
2020-01-22 21:50 Michał Górny
2020-01-16  6:39 Michał Górny
2019-05-30 11:15 Pacho Ramos
2019-02-04 21:56 Ben Kohler
2018-12-24 22:39 Zac Medico
2018-11-10 11:06 Pacho Ramos
2018-06-20 15:31 Alexey Shvetsov
2017-12-08 14:37 Alexey Shvetsov
2016-12-28 11:58 Pacho Ramos

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=1749803307.3a75e8515d3561da9fec1c23ecae3513d8d57402.alexxy@gentoo \
    --to=alexxy@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