public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
Date: Thu, 27 Apr 2023 23:31:26 +0000 (UTC)	[thread overview]
Message-ID: <1682638243.b52d57093c55162601160e4c6a46ec1f5467b99d.sam@gentoo> (raw)

commit:     b52d57093c55162601160e4c6a46ec1f5467b99d
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Apr 27 20:58:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 23:30:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52d5709

media-libs/game-music-emu: fix mistake in additional paths

Accidentally forgot to catch these in
https://github.com/gentoo/gentoo/pull/30610 because I ran tests after
already completing a successful emerge.

Bug: https://bugs.gentoo.org/896118
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index cffc088aaeea..85f4ecdcf91a 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -27,5 +27,8 @@ src_configure() {
 }
 
 multilib_src_test() {
-	emake -C "${S}/test" test LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" CXXFLAGS="${CXXFLAGS}"
+	LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/gme" \
+		emake -C "${S}/test" test \
+		LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" \
+		CXXFLAGS="${CXXFLAGS}" LIBRARIES="${BUILD_DIR}/gme"
 }


             reply	other threads:[~2023-04-27 23:31 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-27 23:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-29  6:44 [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/ Sam James
2023-04-26  4:03 Sam James
2022-12-02 18:44 WANG Xuerui
2021-07-13  4:02 Sam James
2021-07-06  4:14 Sam James
2021-07-03  6:25 Agostino Sarubbo
2021-07-03  6:22 Agostino Sarubbo
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  6:17 Agostino Sarubbo
2021-07-02 20:12 Miroslav Šulc
2021-04-28 18:08 Miroslav Šulc
2021-02-14 22:21 Andreas Sturmlechner
2019-11-30 12:08 Andreas Sturmlechner
2018-09-30 16:14 Andreas Sturmlechner
2018-09-19 17:41 Markus Meier
2018-09-13 14:31 Tobias Klausmann
2018-09-07 22:54 Sergei Trofimovich
2018-09-06 15:26 Agostino Sarubbo
2018-09-02 23:46 Thomas Deutschmann
2018-09-01 23:26 Sergei Trofimovich
2018-08-22  7:16 Andreas Sturmlechner
2018-08-18 15:23 Andreas Sturmlechner
2017-06-16 10:10 Alexis Ballier
2017-05-13 10:59 Jeroen Roovers
2017-03-08 22:13 Michael Weber
2017-03-05 12:35 Jeroen Roovers
2017-03-05 12:35 Jeroen Roovers
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-02-28 17:30 Markus Meier
2017-02-28 11:22 Tobias Klausmann
2017-02-27  9:39 Alexis Ballier
2015-09-01 19:43 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=1682638243.b52d57093c55162601160e4c6a46ec1f5467b99d.sam@gentoo \
    --to=sam@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