From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/files/
Date: Sun, 08 Jun 2025 03:43:25 +0000 (UTC) [thread overview]
Message-ID: <1749354174.fa0f913f7ea47a69bddbcba472b4e4023113de1d.sam@gentoo> (raw)
commit: fa0f913f7ea47a69bddbcba472b4e4023113de1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 8 03:41:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 03:42:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0f913f
media-radio/unixcw: fix build w/ non-bash
+= is a bashism so if configure is run w/ non-bash, we end up adding
no include paths. Noticed when looking at the linked bug.
Bug: https://bugs.gentoo.org/957446
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/unixcw/files/unixcw-3.6.1-qt6-build.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-radio/unixcw/files/unixcw-3.6.1-qt6-build.patch b/media-radio/unixcw/files/unixcw-3.6.1-qt6-build.patch
index 53cda260267e..56e6ab33e0b5 100644
--- a/media-radio/unixcw/files/unixcw-3.6.1-qt6-build.patch
+++ b/media-radio/unixcw/files/unixcw-3.6.1-qt6-build.patch
@@ -19,9 +19,9 @@ index aecd270..d66151e 100755
- QT5_CFLAGS+=" -isystem $QT_INCLUDE_DIR/QtCore"
+ QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir Qt6Core`
+ QT6_CFLAGS="-isystem $QT_INCLUDE_DIR"
-+ QT6_CFLAGS+=" -isystem $QT_INCLUDE_DIR/QtWidgets"
-+ QT6_CFLAGS+=" -isystem $QT_INCLUDE_DIR/QtGui"
-+ QT6_CFLAGS+=" -isystem $QT_INCLUDE_DIR/QtCore"
++ QT6_CFLAGS="${QT6_CFLAGS} -isystem $QT_INCLUDE_DIR/QtWidgets"
++ QT6_CFLAGS="${QT6_CFLAGS} -isystem $QT_INCLUDE_DIR/QtGui"
++ QT6_CFLAGS="${QT6_CFLAGS} -isystem $QT_INCLUDE_DIR/QtCore"
- AC_MSG_RESULT([QT5 CLFAGS is $QT5_CFLAGS])
- AC_MSG_RESULT([QT5 LIBS is $QT5_LIBS])
next reply other threads:[~2025-06-08 3:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-08 3:43 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-14 18:37 [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/files/ Thomas Beierlein
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=1749354174.fa0f913f7ea47a69bddbcba472b4e4023113de1d.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