pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gqrx



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Feb 27 15:48:22 UTC 2025

Modified Files:
        pkgsrc/ham/gqrx: Makefile

Log Message:
ham/gqrx: Force the use of qt5

Otherwise, on a system with qt5 and qt6 installed, the build chooses
qt6.  While qt6 might be ok, the package depends on qt5.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gqrx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gqrx/Makefile
diff -u pkgsrc/ham/gqrx/Makefile:1.2 pkgsrc/ham/gqrx/Makefile:1.3
--- pkgsrc/ham/gqrx/Makefile:1.2        Mon Feb 24 12:32:52 2025
+++ pkgsrc/ham/gqrx/Makefile    Thu Feb 27 15:48:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/02/24 12:32:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/27 15:48:22 gdt Exp $
 
 DISTNAME=      gqrx-2.17.6
 CATEGORIES=    ham
@@ -15,6 +15,8 @@ WRKSRC=       ${WRKDIR}/${DISTNAME}
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
+CMAKE_CONFIGURE_ARGS+= -DFORCE_QT5=ON
+
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../ham/gnuradio-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index