diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2025-12-17 07:52:26 +0100 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2025-12-17 07:53:12 +0100 |
| commit | 63745eaba84c330247f3349a08857ba6be55ac8b (patch) | |
| tree | 7b0367477679366a41e858bb666f4215385aff2f | |
| parent | 769902ae428a6753e068226a6dd8c31401c3b706 (diff) | |
| download | gentoo-63745eaba84c330247f3349a08857ba6be55ac8b.tar.gz gentoo-63745eaba84c330247f3349a08857ba6be55ac8b.tar.bz2 gentoo-63745eaba84c330247f3349a08857ba6be55ac8b.zip | |
www-servers/moonbridge: ignore MAKEFLAGS
Closes: https://bugs.gentoo.org/967227
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
| -rw-r--r-- | www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild index 201a80f48490..07661dc6b7a4 100644 --- a/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild +++ b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{2,3} ) -inherit lua-single toolchain-funcs +inherit lua-single toolchain-funcs multiprocessing MYP=${PN}-v${PV} @@ -36,7 +36,8 @@ PATCHES=( DOCS=( README reference.txt ) src_compile() { - pmake CC=$(tc-getCC) LUA_INCLUDE="$(lua_get_include_dir)" \ + MAKEFLAGS="" pmake -j$(makeopts_jobs) \ + CC=$(tc-getCC) LUA_INCLUDE="$(lua_get_include_dir)" \ MOONBR_LUA_PATH=/usr/lib/moonbridge/?.lua \ LUA_LIBRARY="$(lua_get_LIBS)" LUA_LIBDIR=/usr/$(get_libdir) \ all || die |
