|
Lines 53-68
multilib_src_configure() {
Link Here
|
| 53 |
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" |
53 |
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" |
| 54 |
} |
54 |
} |
| 55 |
|
55 |
|
|
|
56 |
src_compile() { |
| 57 |
multilib-minimal_src_compile |
| 58 |
|
| 59 |
if use emacs; then |
| 60 |
elisp-compile editors/protobuf-mode.el |
| 61 |
fi |
| 62 |
} |
| 63 |
|
| 56 |
multilib_src_compile() { |
64 |
multilib_src_compile() { |
| 57 |
if tc-is-cross-compiler; then |
65 |
if tc-is-cross-compiler; then |
| 58 |
emake -C "${WORKDIR}/build/src" protoc |
66 |
emake -C "${WORKDIR}/build/src" protoc |
| 59 |
fi |
67 |
fi |
| 60 |
|
68 |
|
| 61 |
default |
69 |
default |
| 62 |
|
|
|
| 63 |
if use emacs; then |
| 64 |
elisp-compile editors/protobuf-mode.el |
| 65 |
fi |
| 66 |
} |
70 |
} |
| 67 |
|
71 |
|
| 68 |
multilib_src_test() { |
72 |
multilib_src_test() { |