Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132209 Details for
Bug 194240
x11-plugins/enigmail uses generic gcc and c++ commands to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Here's the unified diff
the_diff (text/plain), 1.56 KB, created by
Chris Slycord
on 2007-09-30 07:11:01 UTC
(
hide
)
Description:
Here's the unified diff
Filename:
MIME Type:
Creator:
Chris Slycord
Created:
2007-09-30 07:11:01 UTC
Size:
1.56 KB
patch
obsolete
>--- /usr/portage/x11-plugins/enigmail/enigmail-0.95.3.ebuild 2007-09-25 11:37:40.000000000 -0500 >+++ enigmail-0.95.3.ebuild 2007-09-30 02:07:29.000000000 -0500 >@@ -153,20 +153,24 @@ > # requirements while compiling > edit_makefiles > >+ # Doesn't like to build with CHOST-specific commands. >+ MY_CC=$(tc-getCC) >+ MY_CXX=$(tc-getCXX) >+ > # Only build the parts necessary to support building enigmail >- emake -j1 export || die "make export failed" >- emake -C modules/libreg || die "make modules/libreg failed" >- emake -C xpcom/string || die "make xpcom/string failed" >- emake -C xpcom || die "make xpcom failed" >- emake -C xpcom/obsolete || die "make xpcom/obsolete failed" >+ emake CC=$MY_CC CXX=$MY_CXX -j1 export || die "make export failed" >+ emake CC=$MY_CC CXX=$MY_CXX -C modules/libreg || die "make modules/libreg failed" >+ emake CC=$MY_CC CXX=$MY_CXX -C xpcom/string || die "make xpcom/string failed" >+ emake CC=$MY_CC CXX=$MY_CXX -C xpcom || die "make xpcom failed" >+ emake CC=$MY_CC CXX=$MY_CXX -C xpcom/obsolete || die "make xpcom/obsolete failed" > > # Build the enigmail plugin > einfo "Building Enigmail plugin..." >- emake -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed" >+ emake CC=$MY_CC CXX=$MY_CXX -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed" > > # Package the enigmail plugin; this may be the easiest way to collect the > # necessary files >- emake -j1 -C ${S}/mailnews/extensions/enigmail xpi || die "make xpi failed" >+ emake CC=$MY_CC CXX=$MY_CXX -j1 -C ${S}/mailnews/extensions/enigmail xpi || die "make xpi failed" > } > > src_install() {
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 Raw
Actions:
View
Attachments on
bug 194240
:
132208
| 132209