Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132208 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]
diff enigmail-0.95.3.ebuild enigmail-0.95.3.ebuild.orig
the_diff (text/plain), 1.23 KB, created by
Chris Slycord
on 2007-09-30 02:26:56 UTC
(
hide
)
Description:
diff enigmail-0.95.3.ebuild enigmail-0.95.3.ebuild.orig
Filename:
MIME Type:
Creator:
Chris Slycord
Created:
2007-09-30 02:26:56 UTC
Size:
1.23 KB
patch
obsolete
>150c150 >< econf || die "econf failed" >--- >> econf || die "econf failed" >155,158d154 >< >< # Doesn't like to build with CHOST-specific commands. >< MY_CC=$(tc-getCC) >< MY_CXX=$(tc-getCXX) >161,165c157,161 >< 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" >--- >> 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" >169c165 >< emake CC=$MY_CC CXX=$MY_CXX -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed" >--- >> emake -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed" >173c169 >< emake CC=$MY_CC CXX=$MY_CXX -j1 -C ${S}/mailnews/extensions/enigmail xpi || die "make xpi failed" >--- >> emake -j1 -C ${S}/mailnews/extensions/enigmail xpi || die "make xpi failed"
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