Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230401 Details for
Bug 318429
dev-util/synopsis fails to build with gcc-4.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding patch to ebuild
synopsis-0.12.diff (text/plain), 834 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-05-05 09:39:35 UTC
(
hide
)
Description:
adding patch to ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-05-05 09:39:35 UTC
Size:
834 bytes
patch
obsolete
>--- synopsis-0.12.ebuild.orig 2010-05-05 11:37:37.822282884 +0200 >+++ synopsis-0.12.ebuild 2010-05-05 11:36:33.666283001 +0200 >@@ -2,7 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v 1.1 2009/06/20 16:16:07 ssuominen Exp $ > >-inherit distutils multilib toolchain-funcs >+EAPI="2" >+inherit distutils eutils multilib toolchain-funcs > > DESCRIPTION="General source code documentation tool" > HOMEPAGE="http://synopsis.fresco.org/index.html" >@@ -18,9 +19,12 @@ > KEYWORDS="~amd64 ~ppc ~x86" > IUSE="" > >-src_compile() { >+src_prepare() { >+ epatch "${FILESDIR}"/${P}-gcc45.patch >+} >+ >+src_configure() { > tc-export CC CXX > ${python} setup.py config --libdir=/usr/$(get_libdir) \ > --with-gc-prefix=/usr || die >- distutils_src_compile > }
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 318429
:
230279
| 230401 |
230403