mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/libxtrxdsp: Fix build with CMake 4
Closes: https://bugs.gentoo.org/957213 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="DSP specific function for SDR in general and XTRX in specific"
|
||||
@@ -18,3 +18,9 @@ fi
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
src_prepare() {
|
||||
# fix build with cmake 4
|
||||
sed -i -e "s/VERSION 2.8/VERSION 3.10/" CMakeLists.txt || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="DSP specific function for SDR in general and XTRX in specific"
|
||||
@@ -18,3 +18,9 @@ fi
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
src_prepare() {
|
||||
# fix build with cmake 4
|
||||
sed -i -e "s/VERSION 2.8/VERSION 3.10/" CMakeLists.txt || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user