Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18196 Details for
Bug 29390
sys-devel/gdb-5.3.90 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Finally :-)
gdb-5.3.90.ebuild.patch (text/plain), 787 bytes, created by
Sven Blumenstein (RETIRED)
on 2003-09-23 03:41:10 UTC
(
hide
)
Description:
Finally :-)
Filename:
MIME Type:
Creator:
Sven Blumenstein (RETIRED)
Created:
2003-09-23 03:41:10 UTC
Size:
787 bytes
patch
obsolete
>--- gdb-5.3.90.ebuild.org 2003-09-23 11:36:37.000000000 +0200 >+++ gdb-5.3.90.ebuild 2003-09-23 12:38:58.000000000 +0200 >@@ -51,7 +51,7 @@ > epatch ${WORKDIR}/patch > fi > >- if [ "${ARCH}" = "hppa" -a -z "${SNAPSHOT}" ] >+ if [ "${ARCH}" = "hppa" -a -n "${SNAPSHOT}" ] > then > patch -p1 < ${FILESDIR}/gdb-5.3-hppa-01.patch > patch -p1 < ${FILESDIR}/gdb-5.3-hppa-02.patch >@@ -59,12 +59,12 @@ > fi > > # Fix Compile bug on sparc >- if [ "${ARCH}" = "sparc" -a -z "${SNAPSHOT}" ] >+ if [ "${ARCH}" = "sparc" -a -n "${SNAPSHOT}" ] > then >- epatch ${FILESDIR}/${P}-sparc-nat-asm.patch >+ epatch ${FILESDIR}/${PN}-5.3-sparc-nat-asm.patch > fi > >- if [ -n "`use objc`" -a -z "${SNAPSHOT}" ] >+ if [ -n "`use objc`" -a -n "${SNAPSHOT}" ] > then > cd ${WORKDIR} > unpack gdb-5_3-objc-patch.tgz
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 29390
:
18194
|
18195
| 18196