Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71559 Details for
Bug 110585
Nestra 0.66-7 fails to build due to broken/missing include path in makefile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to the ebuild script to make it build correctly
ebuild-patch.diff (text/plain), 629 bytes, created by
Kyle Hokanson
on 2005-10-27 05:12:47 UTC
(
hide
)
Description:
patch to the ebuild script to make it build correctly
Filename:
MIME Type:
Creator:
Kyle Hokanson
Created:
2005-10-27 05:12:47 UTC
Size:
629 bytes
patch
obsolete
>--- /usr/portage/games-emulation/nestra/nestra-0.66-r1.ebuild 2005-07-13 15:05:49.000000000 -0700 >+++ /usr/local/portage/games-emulation/nestra/nestra-0.66-r2.ebuild 2005-10-27 05:10:07.000000000 -0700 >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~amd64 x86" >+KEYWORDS="amd64 x86" > IUSE="" > > RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r7 )" >@@ -44,7 +44,8 @@ > sed -i \ > -e 's:-O2 ::' \ > -e "s:ld:$(tc-getLD) ${LDFLAGS}:" \ >- -e "s:gcc:$(tc-getCC) ${CFLAGS}:" Makefile \ >+ -e "s:gcc:$(tc-getCC) ${CFLAGS}:" \ >+ -e "s:x11.c$:x11.c -I/usr/include:" Makefile \ > || die "sed failed" > > #94871
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 110585
:
71541
|
71542
|
71543
|
71544
|
71557
| 71559