mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-fps/quakespasm: simply use STRIP=true
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
@@ -46,7 +46,7 @@ src_compile() {
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
DO_USERDIRS=1
|
||||
MP3LIB=mpg123
|
||||
STRIP="$(type -P true)"
|
||||
STRIP=true
|
||||
USE_SDL2=1
|
||||
USE_CODEC_FLAC=$(usex flac 1 0)
|
||||
USE_CODEC_MIKMOD=$(usex mikmod 1 0)
|
||||
|
||||
@@ -45,7 +45,7 @@ src_compile() {
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
DO_USERDIRS=1
|
||||
MP3LIB=mpg123
|
||||
STRIP="$(type -P true)"
|
||||
STRIP=true
|
||||
USE_SDL2=1
|
||||
USE_CODEC_FLAC=$(usex flac 1 0)
|
||||
USE_CODEC_MIKMOD=$(usex mikmod 1 0)
|
||||
|
||||
Reference in New Issue
Block a user