Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189336 Details for
Bug 267361
dev-scheme/plt-scheme-4.1: configure fails when USE flag "profile" is enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch ebuild to filter -fomit-frame-pointer for USE=profile
plt-scheme-4.1-filter-fomit-frame-pointer-when-profiling.patch (text/plain), 706 bytes, created by
Sebastian Luther (few)
on 2009-04-24 18:01:31 UTC
(
hide
)
Description:
patch ebuild to filter -fomit-frame-pointer for USE=profile
Filename:
MIME Type:
Creator:
Sebastian Luther (few)
Created:
2009-04-24 18:01:31 UTC
Size:
706 bytes
patch
obsolete
>--- plt-scheme-4.1.ebuild.orig 2009-04-24 19:50:45.000000000 +0200 >+++ plt-scheme-4.1.ebuild 2009-04-24 19:54:04.000000000 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.1.ebuild,v 1.2 2008/11/17 10:33:18 pchrist Exp $ > >-inherit eutils latex-package >+inherit eutils latex-package flag-o-matic > > SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz > http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz" >@@ -38,6 +38,8 @@ > die "Cairo must be built with X use flag" > fi > fi >+ >+ use profile && filter-flags -fomit-frame-pointer > } > > src_unpack() {
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 267361
:
189332
|
189333
| 189336