mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-fps/nexuiz: avoid stripping files
Closes: https://bugs.gentoo.org/739294 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit desktop toolchain-funcs
|
||||
|
||||
MY_PN=Nexuiz
|
||||
@@ -87,7 +88,13 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Unset STRIP because the build system by default will not strip
|
||||
# If users express a preference, this triggers strip
|
||||
# bug #739294
|
||||
unset STRIP
|
||||
|
||||
tc-export CC
|
||||
|
||||
if use opengl || ! use dedicated ; then
|
||||
emake cl-${PN}
|
||||
if use sdl ; then
|
||||
|
||||
Reference in New Issue
Block a user