diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2023-07-24 14:52:39 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2023-07-24 14:58:43 +0000 |
commit | ef05a498904a506f6cbdfe33613e7ae7b1acc909 (patch) | |
tree | d73552e8dfff54c71119e87480d355c12b141286 | |
parent | d0ab0c2b53fec298e3e1db701c3f46147d2536de (diff) | |
download | ports-ef05a498904a506f6cbdfe33613e7ae7b1acc909.tar.gz ports-ef05a498904a506f6cbdfe33613e7ae7b1acc909.zip |
-rw-r--r-- | comms/gqrx/Makefile | 2 | ||||
-rw-r--r-- | comms/gqrx/files/patch-CMakeLists.txt | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 2974b7542287..4368cf73a328 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -1,7 +1,7 @@ PORTNAME= gqrx PORTVERSION= 2.16 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gqrx/files/patch-CMakeLists.txt b/comms/gqrx/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..d57ee9ab2b45 --- /dev/null +++ b/comms/gqrx/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2023-04-28 17:35:04 UTC ++++ CMakeLists.txt +@@ -121,10 +121,7 @@ else() + endif() + + # 3rd Party Dependency Stuff +-find_package(Qt6 QUIET COMPONENTS Core Network Widgets Svg SvgWidgets) +-if(NOT Qt6_FOUND) + find_package(Qt5 REQUIRED COMPONENTS Core Network Widgets Svg) +-endif() + include(FindPkgConfig) + find_package(Gnuradio-osmosdr REQUIRED) + |