Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244821 Details for
Bug 334463
app-pda/iripdb does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Diff from iripdb-0.1.3b
iripdb.diff (text/plain), 1.02 KB, created by
Dane Smith (RETIRED)
on 2010-08-27 00:17:49 UTC
(
hide
)
Description:
Diff from iripdb-0.1.3b
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-27 00:17:49 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/portage/app-pda/iripdb/iripdb-0.1.3b.ebuild 2009-08-13 17:35:46.000000000 -0400 >+++ iripdb-0.1.3b.ebuild 2010-08-26 20:13:09.000000000 -0400 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.5 2009/08/13 21:13:07 ssuominen Exp $ > >@@ -24,11 +24,11 @@ > src_compile() { > echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp" > $(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp >- echo "$(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++" >- $(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++ >+ echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++" >+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++ > } > > src_install() { >- dobin iripdb >- dodoc AUTHORS README doc/iRivDB_structure >+ dobin iripdb || die >+ dodoc AUTHORS README doc/iRivDB_structure || 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 Raw
Actions:
View
Attachments on
bug 334463
:
244569
| 244821