Lines 2-8
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
inherit eutils games toolchain-funcs |
5 |
inherit eutils games toolchain-funcs flag-o-matic |
6 |
|
6 |
|
7 |
DESCRIPTION="a game where you can shoot on some places of a picture" |
7 |
DESCRIPTION="a game where you can shoot on some places of a picture" |
8 |
HOMEPAGE="http://sdlshot.kuja.in/" |
8 |
HOMEPAGE="http://sdlshot.kuja.in/" |
Lines 17-22
Link Here
|
17 |
RDEPEND="${DEPEND}" |
17 |
RDEPEND="${DEPEND}" |
18 |
|
18 |
|
19 |
src_compile() { |
19 |
src_compile() { |
|
|
20 |
replace-flags "-O3" "-O2" |
20 |
emake CFLAGS="${CFLAGS} -Wall" \ |
21 |
emake CFLAGS="${CFLAGS} -Wall" \ |
21 |
LDFLAGS="${LDFLAGS}" \ |
22 |
LDFLAGS="${LDFLAGS}" \ |
22 |
CC="$(tc-getCC)" \ |
23 |
CC="$(tc-getCC)" \ |