|
Line
Link Here
|
| 0 |
-- /usr/portage/games-emulation/qmamecat/qmamecat-0.44.45.ebuild 2003-09-09 18:26:50.000000000 +0200 |
0 |
++ /usr/local/portage/games-emulation/qmamecat/qmamecat-0.44.45.ebuild 2004-02-09 21:54:32.599675184 +0100 |
|
Lines 18-23
Link Here
|
| 18 |
S=${WORKDIR}/${PN} |
18 |
S=${WORKDIR}/${PN} |
| 19 |
src_compile() { |
19 |
src_compile() { |
|
|
20 |
### borrowed from kde.eclass # |
| 21 |
# |
| 22 |
# fix the sandbox errors "can't writ to .kde or .qt" problems. |
| 23 |
# this is a fake homedir that is writeable under the sandbox, so that the build |
| 24 |
# process can do anything it wants with it. |
| 25 |
REALHOME="$HOME" |
| 26 |
mkdir -p $T/fakehome/.kde |
| 27 |
mkdir -p $T/fakehome/.qt |
| 28 |
export HOME="$T/fakehome" |
| 29 |
addwrite "${QTDIR}/etc/settings" |
| 30 |
|
| 31 |
# things that should access the real homedir |
| 32 |
[ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" |
| 33 |
|
| 20 |
# emake is horribly broken |
34 |
# emake is horribly broken |
| 21 |
make COPTIM="${CFLAGS}" || die |
35 |
make COPTIM="${CFLAGS}" || die |
| 22 |
} |
36 |
} |
| 23 |
|
37 |
|