commit: f1b97b9ce27b275f998259dcdfaac2f12eaf5514
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 15:33:59 2021 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 15:34:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b97b9c
media-radio/svxlink: Fix wrong position of CMAKE_MAKEFILE_GENERATOR
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/svxlink/svxlink-19.09.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild
b/media-radio/svxlink/svxlink-19.09.2.ebuild
index f6ae56cc19f..6d392debf61 100644
--- a/media-radio/svxlink/svxlink-19.09.2.ebuild
+++ b/media-radio/svxlink/svxlink-19.09.2.ebuild
@@ -2,6 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
inherit cmake systemd
CMAKE_USE_DIR="${S}/src"
@@ -45,7 +48,6 @@ src_configure() {
-DSYSCONF_INSTALL_DIR=/etc
-DLOCAL_STATE_DIR=/var
)
- CMAKE_MAKEFILE_GENERATOR=emake
cmake_src_configure
}