mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
games-engines/ponscripter-fork: make sure CC/CXX/AR/RANLIB are exported, disable stripping
Closes: https://bugs.gentoo.org/938748 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
# Copyright 2023-2025 Gentoo Authors
|
# Copyright 2023-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Fork of the Ponscripter visual novel engine to take advantage of SDL2"
|
DESCRIPTION="Fork of the Ponscripter visual novel engine to take advantage of SDL2"
|
||||||
HOMEPAGE="https://github.com/07th-mod/ponscripter-fork"
|
HOMEPAGE="https://github.com/07th-mod/ponscripter-fork"
|
||||||
SRC_URI="https://github.com/07th-mod/ponscripter-fork/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/07th-mod/ponscripter-fork/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
@@ -43,12 +45,17 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
tc-export CC CXX AR RANLIB
|
||||||
|
|
||||||
|
export STRIPPROG=true
|
||||||
|
|
||||||
|
# not autoconf
|
||||||
./configure \
|
./configure \
|
||||||
--no-werror \
|
--no-werror \
|
||||||
--unsupported-compiler \
|
--unsupported-compiler \
|
||||||
--prefix="${EPREFIX}/usr" \
|
--prefix="${EPREFIX}/usr" \
|
||||||
--disable-internal-libs \
|
--disable-internal-libs \
|
||||||
--disable-steam
|
--disable-steam || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
Reference in New Issue
Block a user