public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horodniceanu Andrei" <a.horodniceanu@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/dlang:master commit in: eclass/
Date: Tue, 20 Feb 2024 17:54:20 +0000 (UTC)	[thread overview]
Message-ID: <1708450575.967f6d8dbaf9b73e9e0911b7f6ab397c99dc42b9.a.horodniceanu@gentoo> (raw)

commit:     967f6d8dbaf9b73e9e0911b7f6ab397c99dc42b9
Author:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Tue Feb 20 17:32:31 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Tue Feb 20 17:36:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=967f6d8d

dmd.eclass: Fix overwriting instead of appending to array.

Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> proton.me>

 eclass/dmd.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/dmd.eclass b/eclass/dmd.eclass
index fb57d19..9b4554a 100644
--- a/eclass/dmd.eclass
+++ b/eclass/dmd.eclass
@@ -231,7 +231,7 @@ dmd_src_compile() {
 		# shared+static libraries with !static-libs. Do this only for
 		# >=2.107, if it's useful backport the improvements later.
 		if dmd_ge 2.107; then
-			phobosMakeArgs=( $(usex static-libs 'lib dll' 'dll') )
+			phobosMakeArgs+=( $(usex static-libs 'lib dll' 'dll') )
 			# druntime's notion of a shared library is a static archive
 			# that is embedded into the phobos shared library.
 			#
@@ -239,7 +239,7 @@ dmd_src_compile() {
 			# so file but who's gonna use it? Perhaps if phobos would
 			# not incorporate druntime we could install them as separate
 			# libraries (like ldc2 and gdc).
-			druntimeMakeArgs=( $(usex static-libs 'lib dll' 'dll') )
+			druntimeMakeArgs+=( $(usex static-libs 'lib dll' 'dll') )
 			# Either way, now we no longer build static-libs
 			# indiscriminately.
 		fi


             reply	other threads:[~2024-02-20 17:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 17:54 Horodniceanu Andrei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30  7:58 [gentoo-commits] repo/user/dlang:master commit in: eclass/ Horodniceanu Andrei
2024-07-14 19:44 Horodniceanu Andrei
2024-07-12 18:59 Horodniceanu Andrei
2024-07-12 18:59 Horodniceanu Andrei
2024-07-12 18:59 Horodniceanu Andrei
2024-04-26 20:25 Horodniceanu Andrei
2024-04-22 20:03 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2024-02-18 22:49 Horodniceanu Andrei
2024-02-18 22:49 Horodniceanu Andrei
2023-12-17 11:58 Marco Leise
2023-12-17 11:58 Marco Leise
2023-12-17 11:58 Marco Leise
2023-11-17 21:44 Horodniceanu Andrei
2023-11-17 21:44 Horodniceanu Andrei
2023-10-01 14:01 Horodniceanu Andrei
2023-09-28  4:56 Marco Leise
2023-09-28  4:56 Marco Leise
2023-09-28  4:56 Marco Leise
2023-09-04 19:18 Marco Leise
2023-08-15  2:32 Marco Leise
2023-07-22 14:13 Marco Leise
2023-07-22 14:13 Marco Leise
2023-07-22 11:46 Marco Leise
2022-07-23 12:24 Marco Leise
2020-08-15  1:50 Marco Leise

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=1708450575.967f6d8dbaf9b73e9e0911b7f6ab397c99dc42b9.a.horodniceanu@gentoo \
    --to=a.horodniceanu@proton.me \
    --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