Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178734 Details for
Bug 239823
dev-scheme/gauche-cdb-0.3.1 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for position-independent code (PIC)
0.3.1-r1.diff (text/plain), 1.50 KB, created by
Vadim Kuznetsov (RETIRED)
on 2009-01-16 22:35:38 UTC
(
hide
)
Description:
proposed patch for position-independent code (PIC)
Filename:
MIME Type:
Creator:
Vadim Kuznetsov (RETIRED)
Created:
2009-01-16 22:35:38 UTC
Size:
1.50 KB
patch
obsolete
>--- gauche-cdb-0.3.1.ebuild 2009-01-16 08:12:37.000000000 -0500 >+++ gauche-cdb-0.3.1-r1.ebuild 2009-01-16 14:26:54.000000000 -0500 >@@ -1,10 +1,8 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche-cdb/gauche-cdb-0.3.1.ebuild,v 1.9 2009/01/13 13:48:41 hattya Exp $ >+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche-cdb/gauche-cdb-0.3.1.ebuild,v 1.8 2008/06/19 15:24:04 hattya Exp $ > >-inherit autotools eutils >- >-IUSE="" >+inherit autotools eutils flag-o-matic > > MY_P="${P/g/G}" > >@@ -13,24 +11,29 @@ > SRC_URI="mirror://sourceforge.jp/gauche/8407/${MY_P}.tar.gz" > > LICENSE="BSD" >-KEYWORDS="ia64 x86" > SLOT="0" >-S="${WORKDIR}/${MY_P}" >+KEYWORDS="~x86" >+IUSE="" > >-DEPEND=">=dev-scheme/gauche-0.7.4 >+DEPEND="\ >+ >=dev-scheme/gauche-0.8 > dev-db/tinycdb" > >-src_unpack() { >+RDEPEND="${DEPEND}" >+ >+S="${WORKDIR}/${MY_P}" > >+pkg_setup() { >+ append-flags -fPIC >+} >+ >+src_unpack() { > unpack ${A} > cd "${S}" > >- if has_version '>=dev-scheme/gauche-0.8'; then >- epatch "${FILESDIR}"/${P}-gpd.diff >- fi >- >- eautoreconf >+ epatch "${FILESDIR}"/${P}-gpd.diff > >+ eautoreconf || die > } > > src_install() { >@@ -38,9 +40,6 @@ > emake DESTDIR="${D}" install || die > dodoc README > >- if has_version '>=dev-scheme/gauche-0.8'; then >- insinto "$(gauche-config --sitelibdir)/.packages" >- doins ${MY_P%-*}.gpd >- fi >- >+ insinto "$(gauche-config --sitelibdir)/.packages" >+ doins ${MY_P%-*}.gpd > }
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 239823
:
178177
|
178192
| 178734