Lines 29-34
Link Here
|
29 |
cd "${S}" |
29 |
cd "${S}" |
30 |
epatch "${FILESDIR}/widelands-0.0.9-amd64.patch" |
30 |
epatch "${FILESDIR}/widelands-0.0.9-amd64.patch" |
31 |
epatch "${FILESDIR}/widelands-makefile.patch" |
31 |
epatch "${FILESDIR}/widelands-makefile.patch" |
|
|
32 |
epatch "${FILESDIR}/${P}-gcc4.1.patch" |
32 |
sed -i -e "s:__ppc__:__PPC__:g" "${S}/src/machdep.h" || die "sed failed" |
33 |
sed -i -e "s:__ppc__:__PPC__:g" "${S}/src/machdep.h" || die "sed failed" |
33 |
} |
34 |
} |
34 |
|
35 |
|