Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
LICENSE="GPL-2" |
13 |
LICENSE="GPL-2" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 x86" |
15 |
KEYWORDS="amd64 x86" |
16 |
IUSE="" |
16 |
IUSE="" |
17 |
|
17 |
|
18 |
RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r7 )" |
18 |
RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r7 )" |
Lines 44-50
Link Here
|
44 |
sed -i \ |
44 |
sed -i \ |
45 |
-e 's:-O2 ::' \ |
45 |
-e 's:-O2 ::' \ |
46 |
-e "s:ld:$(tc-getLD) ${LDFLAGS}:" \ |
46 |
-e "s:ld:$(tc-getLD) ${LDFLAGS}:" \ |
47 |
-e "s:gcc:$(tc-getCC) ${CFLAGS}:" Makefile \ |
47 |
-e "s:gcc:$(tc-getCC) ${CFLAGS}:" \ |
|
|
48 |
-e "s:x11.c$:x11.c -I/usr/include:" Makefile \ |
48 |
|| die "sed failed" |
49 |
|| die "sed failed" |
49 |
|
50 |
|
50 |
#94871 |
51 |
#94871 |