Lines 39-44
Link Here
|
39 |
*) |
39 |
*) |
40 |
einfo "Removing nVidia Cg dependency on this arch" |
40 |
einfo "Removing nVidia Cg dependency on this arch" |
41 |
epatch "${FILESDIR}/${PV}-nocg.patch" |
41 |
epatch "${FILESDIR}/${PV}-nocg.patch" |
|
|
42 |
epatch "${FILESDIR}/${PV}-bootstrap.patch" |
43 |
epatch "${FILESDIR}/${PV}-gcc4.patch" |
44 |
epatch "${FILESDIR}/${PV}-ppcasmio.patch" |
42 |
rm -rf "${S}/autom4te.cache" |
45 |
rm -rf "${S}/autom4te.cache" |
43 |
./bootstrap |
46 |
./bootstrap |
44 |
;; |
47 |
;; |
Lines 50-56
Link Here
|
50 |
|
53 |
|
51 |
use gtk && myconf="gtk" |
54 |
use gtk && myconf="gtk" |
52 |
|
55 |
|
53 |
econf --with-cfgtk=${myconf} || die |
56 |
econf --disable-dependency-tracking \ |
|
|
57 |
--enable-static \ |
58 |
--with-platform=GLX \ |
59 |
--with-cfgtk=${myconf} || die |
54 |
emake || die "emake failed" |
60 |
emake || die "emake failed" |
55 |
} |
61 |
} |
56 |
|
62 |
|