Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341102 Details for
Bug 444678
sys-devel/gcc-4.7.2 -- build fails on G/FBSD 9.1 with USE=cxx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for toolchain.eclass
444678_toolchain.eclass.patch (text/plain), 499 bytes, created by
Yuta SATOH
on 2013-03-06 11:15:35 UTC
(
hide
)
Description:
sample patch for toolchain.eclass
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-03-06 11:15:35 UTC
Size:
499 bytes
patch
obsolete
>--- toolchain.eclass.orig 2013-02-09 14:01:14.000000000 +0900 >+++ toolchain.eclass 2013-03-06 20:00:02.000000000 +0900 >@@ -1477,7 +1477,7 @@ > find gcc/include*/ -type l -print0 | xargs -0 rm -f > # Remove generated headers, as they can cause things to break > # (ncurses, openssl, etc). >- for x in $(find gcc/include*/ -name '*.h') ; do >+ for x in $(find gcc/include*/ -name '*.h' ! -name 'cdefs.h') ; do > grep -q 'It has been auto-edited by fixincludes from' "${x}" \ > && rm -f "${x}" > done
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 444678
: 341102 |
348460
|
348462
|
348464
|
348466