public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/
Date: Mon,  5 Apr 2021 22:26:58 +0000 (UTC)	[thread overview]
Message-ID: <1617661570.c3899a8d02b9551460a5c95253e38e368da4fb53.soap@gentoo> (raw)

commit:     c3899a8d02b9551460a5c95253e38e368da4fb53
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 22:26:10 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 22:26:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3899a8d

app-emulation/pcem: Set WX_GTK_VER before inherit

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-emulation/pcem/pcem-17.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/pcem/pcem-17.ebuild b/app-emulation/pcem/pcem-17.ebuild
index 71bb036ec26..02406aa065d 100644
--- a/app-emulation/pcem/pcem-17.ebuild
+++ b/app-emulation/pcem/pcem-17.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-inherit autotools desktop flag-o-matic wxwidgets
-
 WX_GTK_VER="3.0-gtk3"
+inherit autotools desktop flag-o-matic wxwidgets
 
 DESCRIPTION="A PC emulator that specializes in running old operating systems and software"
 HOMEPAGE="
@@ -41,6 +40,8 @@ src_prepare() {
 }
 
 src_configure() {
+	setup-wxwidgets
+
 	# Does not compile with -fno-common.
 	# See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443
 	append-cflags -fcommon
@@ -49,6 +50,7 @@ src_configure() {
 		--enable-release-build
 		$(use_enable alsa)
 		$(use_enable networking)
+		--with-wx-config="${WX_CONFIG}"
 	)
 
 	econf "${myeconfargs[@]}"


             reply	other threads:[~2021-04-05 22:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 22:26 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-13  8:59 [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/ Sam James
2023-11-16 20:38 Conrad Kostecki
2022-07-16 20:51 Conrad Kostecki
2022-07-16 20:41 Conrad Kostecki
2021-04-02 14:01 Sam James
2021-01-03 20:52 Conrad Kostecki
2020-10-31 11:11 David Seifert
2020-10-10 13:17 Conrad Kostecki
2020-10-10 13:17 Conrad Kostecki
2020-08-23 11:45 David Seifert
2020-08-10 12:34 Agostino Sarubbo
2020-05-19 21:35 Conrad Kostecki
2020-05-19 21:35 Conrad Kostecki
2020-03-21 17:02 Conrad Kostecki

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=1617661570.c3899a8d02b9551460a5c95253e38e368da4fb53.soap@gentoo \
    --to=soap@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