Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 495850 Details for
Bug 631686
dev-libs/protobuf-3.4.1[emacs]: Incorrect path to editors/protobuf-mode.el
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
protobuf.patch (text/plain), 663 bytes, created by
Arfrever Frehtes Taifersar Arahesis
on 2017-09-22 05:41:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2017-09-22 05:41:26 UTC
Size:
663 bytes
patch
obsolete
>diff --git a/dev-libs/protobuf/protobuf-3.4.1.ebuild b/dev-libs/protobuf/protobuf-3.4.1.ebuild >index d4a2ba85c2d..ab347e7227c 100644 >--- a/dev-libs/protobuf/protobuf-3.4.1.ebuild >+++ b/dev-libs/protobuf/protobuf-3.4.1.ebuild >@@ -53,16 +53,20 @@ multilib_src_configure() { > ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" > } > >+src_compile() { >+ multilib-minimal_src_compile >+ >+ if use emacs; then >+ elisp-compile editors/protobuf-mode.el >+ fi >+} >+ > multilib_src_compile() { > if tc-is-cross-compiler; then > emake -C "${WORKDIR}/build/src" protoc > fi > > default >- >- if use emacs; then >- elisp-compile editors/protobuf-mode.el >- fi > } > > multilib_src_test() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 631686
:
495848
| 495850