Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254085 Details for
Bug 334465
media-sound/bpmdetect does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bpmdetect-0.6.1.ebuild-ldflags.patch
bpmdetect-0.6.1.ebuild-ldflags.patch (text/plain), 835 bytes, created by
Gavin Pryke
on 2010-11-12 14:01:52 UTC
(
hide
)
Description:
bpmdetect-0.6.1.ebuild-ldflags.patch
Filename:
MIME Type:
Creator:
Gavin Pryke
Created:
2010-11-12 14:01:52 UTC
Size:
835 bytes
patch
obsolete
>--- /usr/portage/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild 2009-06-03 21:08:52.000000000 +0100 >+++ bpmdetect-0.6.1.ebuild 2010-11-12 13:50:47.109000031 +0000 >@@ -3,7 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild,v 1.2 2009/06/03 19:37:07 ssuominen Exp $ > > EAPI=2 >-inherit eutils multilib >+inherit eutils multilib toolchain-funcs > > DESCRIPTION="Automatic BPM detection utility" > HOMEPAGE="http://sourceforge.net/projects/bpmdetect" >@@ -27,12 +27,13 @@ > > src_prepare() { > epatch "${FILESDIR}"/${P}-gcc44_and_fmodex_path.patch >- sed -i -e "s:-O2:${CXXFLAGS}:" src/SConscript || die "sed failed" >+ epatch "${FILESDIR}"/${P}-SConscript.patch > } > > src_configure() { :; } > > src_compile() { >+ tc-export CC CXX > export QTDIR="/usr/$(get_libdir)" > scons prefix=/usr || die "scons 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 334465
:
244571
| 254085 |
254087