Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258278 Details for
Bug 335095
games-simulation/micropolis does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
micropolis-1.0.ebuild.patch
micropolis-1.0.ebuild.patch (text/plain), 454 bytes, created by
Christophe LEFEBVRE
on 2010-12-28 19:46:23 UTC
(
hide
)
Description:
micropolis-1.0.ebuild.patch
Filename:
MIME Type:
Creator:
Christophe LEFEBVRE
Created:
2010-12-28 19:46:23 UTC
Size:
454 bytes
patch
obsolete
>--- micropolis-1.0.ebuild.orig 2010-12-28 19:49:48.000000000 +0100 >+++ micropolis-1.0.ebuild 2010-12-28 20:40:07.000000000 +0100 >@@ -32,10 +32,12 @@ > epatch "${DISTDIR}"/${PN}_git.patch > sed -i -e "s:-O3:${CFLAGS}:" \ > src/tclx/config.mk src/{sim,tcl,tk}/makefile || die >+ sed -i -e "s:XLDFLAGS=:&${LDFLAGS}:" \ >+ src/tclx/config.mk || die > } > > src_compile() { >- emake -C src || die >+ emake -C src LDFLAGS="${LDFLAGS}" || die > } > > 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 335095
:
245195
| 258278