diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2021-04-26 17:33:59 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2021-04-26 17:34:30 +0200 |
commit | f1b97b9ce27b275f998259dcdfaac2f12eaf5514 (patch) | |
tree | 8146db2f780c99f98774dadf5812cda206bc2e0c /media-radio/svxlink | |
parent | x11-drivers/nvidia-drivers: bump kernel_max to 5.12 where possible (diff) | |
download | gentoo-f1b97b9ce27b275f998259dcdfaac2f12eaf5514.tar.gz gentoo-f1b97b9ce27b275f998259dcdfaac2f12eaf5514.tar.bz2 gentoo-f1b97b9ce27b275f998259dcdfaac2f12eaf5514.zip |
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@gentoo.org>
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r-- | media-radio/svxlink/svxlink-19.09.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild b/media-radio/svxlink/svxlink-19.09.2.ebuild index f6ae56cc19fc..6d392debf618 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 } |