public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/files/
@ 2017-05-14 18:37 Thomas Beierlein
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein @ 2017-05-14 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     da108e3c5e4fdd9d85e8097e4686d32ff637fdfd
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 18:35:52 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun May 14 18:36:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da108e3c

media-radio/unixcw: Fix wrong usage of PKG_CHECK_MODULES in patch (bug #616752). Thks Toralf.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-radio/unixcw/files/unixcw-3.5-tinfo.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/media-radio/unixcw/files/unixcw-3.5-tinfo.patch b/media-radio/unixcw/files/unixcw-3.5-tinfo.patch
index 3473f752deb..af85350e7ae 100644
--- a/media-radio/unixcw/files/unixcw-3.5-tinfo.patch
+++ b/media-radio/unixcw/files/unixcw-3.5-tinfo.patch
@@ -1,5 +1,14 @@
 --- configure.ac.old	2017-03-07 13:31:46.074580930 +0100
 +++ configure.ac	2017-03-07 13:33:25.640924331 +0100
+@@ -347,7 +347,7 @@
+     AC_DEFINE([LIBCW_WITH_PULSEAUDIO], [1], [Define as 1 if your build machine can support PulseAudio.])
+ fi
+ 
+-
++PKG_PROG_PKG_CONFIG
+ 
+ if test "$enable_cwcp" = "no" ; then
+    WITH_CWCP='no'
 @@ -355,6 +355,7 @@
      AC_CHECK_LIB(curses, initscr)
      if test $ac_cv_lib_curses_initscr = 'yes' ; then


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/files/
@ 2025-06-08  3:43 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-06-08  3:43 UTC (permalink / raw
  To: gentoo-commits

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])


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-08  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08  3:43 [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2017-05-14 18:37 Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox