summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-25 20:59:28 +0000
committerSam James <sam@gentoo.org>2021-04-25 21:01:05 +0000
commita2e31969d6f9d9297d6eedd63477400c599e8762 (patch)
tree691fc084f9cfc67a718cee683600eae32b068fb9
parentsys-apps/miller: fix HTML_DOCS (diff)
downloadgentoo-a2e31969d6f9d9297d6eedd63477400c599e8762.tar.gz
gentoo-a2e31969d6f9d9297d6eedd63477400c599e8762.tar.bz2
gentoo-a2e31969d6f9d9297d6eedd63477400c599e8762.zip
games-fps/darkplaces: unset STRIP from environment
The build system defaults to noop unless one is set from the environment. Closes: https://bugs.gentoo.org/785718 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--games-fps/darkplaces/darkplaces-20140513-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
index 171eaa03f68e..7934dcbe22d3 100644
--- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
+++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
@@ -123,7 +123,7 @@ src_compile() {
# Protect against people choosing a strip implementation
# bug #739194
- opts+="STRIP=true"
+ unset STRIP
tc-export CC