Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246059 Details for
Bug 336002
games-board/xskat does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respects LDFLAGS, and calls the proper gcc
xskat-4.0.ebuild.patch (text/plain), 537 bytes, created by
Ross Smith
on 2010-09-04 23:18:59 UTC
(
hide
)
Description:
respects LDFLAGS, and calls the proper gcc
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-09-04 23:18:59 UTC
Size:
537 bytes
patch
obsolete
>--- /usr/portage/games-board/xskat/xskat-4.0.ebuild 2009-01-28 19:06:41.000000000 -0500 >+++ games-board/xskat/xskat-4.0.ebuild 2010-09-04 19:17:38.000000000 -0400 >@@ -20,9 +20,13 @@ > x11-misc/imake > x11-proto/xproto" > >-src_compile() { >+src_configure() { > xmkmf -a || die "xmkmf failed" >- emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed" >+ sed -i Makefile -e "s/CC = gcc/CC = $(tc-getCC)/" || die "sed failed" >+} >+ >+src_compile() { >+ emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "emake failed" > } > > src_install() {
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 336002
:
246015
| 246059