Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178192 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]
diff -uB gauche-cdb-0.3.1.ebuild gauche-cdb-0.3.1-r1.ebuild
0.3.1-r1.diff (text/plain), 1.18 KB, created by
Vadim Kuznetsov (RETIRED)
on 2009-01-12 16:10:16 UTC
(
hide
)
Description:
diff -uB gauche-cdb-0.3.1.ebuild gauche-cdb-0.3.1-r1.ebuild
Filename:
MIME Type:
Creator:
Vadim Kuznetsov (RETIRED)
Created:
2009-01-12 16:10:16 UTC
Size:
1.18 KB
patch
obsolete
>--- gauche-cdb-0.3.1.ebuild 2009-01-08 18:20:23.000000000 -0500 >+++ gauche-cdb-0.3.1-r1.ebuild 2009-01-11 20:39:59.000000000 -0500 >@@ -2,9 +2,7 @@ > # 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.8 2008/06/19 15:24:04 hattya Exp $ > >-inherit autotools eutils >- >-IUSE="" >+inherit eutils flag-o-matic > > MY_P="${P/g/G}" > >@@ -13,36 +11,23 @@ > 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.14 > dev-db/tinycdb" > >-src_unpack() { >- >- unpack ${A} >- cd "${S}" >- >- epatch "${FILESDIR}"/${P}-tinycdb.diff >+RDEPEND="${DEPEND}" > >- if has_version '>=dev-scheme/gauche-0.8'; then >- epatch "${FILESDIR}"/${P}-gpd.diff >- fi >- >- eautoreconf >+S="${WORKDIR}/${MY_P}" > >+pkg_setup() { >+ append-flags -fPIC > } > > src_install() { >- >+ econf || die > 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 >- > }
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 Raw
Actions:
View
Attachments on
bug 239823
:
178177
|
178192
|
178734