mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-puzzle/tod: respect CC, prefix
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop
|
||||
inherit desktop toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tetanus On Drugs simulates playing Tetris under the influence of drugs"
|
||||
HOMEPAGE="http://www.pineight.com/tod/"
|
||||
@@ -22,13 +22,28 @@ S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eapply "${FILESDIR}"/${P}-makefile.patch
|
||||
eapply "${FILESDIR}"/${P}-allegro.patch
|
||||
|
||||
sed -i \
|
||||
-e "s:idltd\.dat:/usr/share/${PN}/idltd.dat:" \
|
||||
-e '/CC = gcc/d' \
|
||||
-e 's/gcc/$(CC)/' \
|
||||
-e 's/$(CC) $(CFLAGS)/& $(CPPFLAGS)/' \
|
||||
-e 's/$(LDFLAGS)/$(CFLAGS) $(CPPFLAGS) &/' \
|
||||
makefile || die
|
||||
|
||||
sed -i \
|
||||
-e "s:idltd\.dat:${EPREFIX}/usr/share/${PN}/idltd.dat:" \
|
||||
rec.c || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin tod-debug.exe tod
|
||||
insinto /usr/share/${PN}
|
||||
Reference in New Issue
Block a user