Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189505 Details for
Bug 240215
dev-lang/mosml: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing pre-stripped files in mosml-2.01-r1
mosml-2.01-r1-nostrip.ebuild.patch (text/plain), 500 bytes, created by
Víctor Ostorga (RETIRED)
on 2009-04-26 15:03:57 UTC
(
hide
)
Description:
Patch fixing pre-stripped files in mosml-2.01-r1
Filename:
MIME Type:
Creator:
Víctor Ostorga (RETIRED)
Created:
2009-04-26 15:03:57 UTC
Size:
500 bytes
patch
obsolete
>--- /usr/portage/dev-lang/mosml/mosml-2.01-r1.ebuild 2009-04-05 02:08:24.000000000 -0600 >+++ mosml-2.01-r2.ebuild 2009-04-26 08:50:28.000000000 -0600 >@@ -16,10 +16,14 @@ > > src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-malloc.patch" #154859 >+ >+ #Fixing pre-stripped files >+ sed -i -e "/STRIP/d" mosmlyac/Makefile || die "sed Makefile failed" >+ sed -i -e "/STRIP/d" runtime/Makefile || die "sed Makefile failed" > } > > src_compile() { > emake MOSMLHOME=/opt/mosml world || die > }
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 240215
: 189505