Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53630 Details for
Bug 85486
Patch to allow building mono 1.1.4 on PPC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional pathfix patch
mono-1.1.4-pathfix.diff (text/plain), 648 bytes, created by
Peter Johanson (RETIRED)
on 2005-03-16 08:16:17 UTC
(
hide
)
Description:
Additional pathfix patch
Filename:
MIME Type:
Creator:
Peter Johanson (RETIRED)
Created:
2005-03-16 08:16:17 UTC
Size:
648 bytes
patch
obsolete
>diff -aur mono-1.1.4-orig/mcs/class/corlib/System.IO/Path.cs mono-1.1.4/mcs/class/corlib/System.IO/Path.cs >--- mono-1.1.4-orig/mcs/class/corlib/System.IO/Path.cs 2005-02-05 14:42:23.000000000 -0500 >+++ mono-1.1.4/mcs/class/corlib/System.IO/Path.cs 2005-02-22 21:00:50.122250160 -0500 >@@ -387,7 +387,7 @@ > //if (root == path) return path; > > // STEP 3: split the directories, this gets rid of consecutative "/"'s >- string [] dirs = path.Split (DirectorySeparatorChar, AltDirectorySeparatorChar); >+ string [] dirs = path.Split (DirectorySeparatorChar); > // STEP 4: Get rid of directories containing . and .. > int target = 0; >
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 85486
:
53629
| 53630 |
53631