Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103899 Details for
Bug 152066
dev-tcltk/ck-8.0 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
ck-8.0.ebuild (text/plain), 893 bytes, created by
Ali Polatel (RETIRED)
on 2006-12-12 15:22:52 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Ali Polatel (RETIRED)
Created:
2006-12-12 15:22:52 UTC
Size:
893 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > >MY_P=${PN}$(delete_version_separator '-') >DESCRIPTION="A curses based toolkit for tcl" >HOMEPAGE="http://www.ch-werner.de/ck/" >SRC_URI="http://www.ch-werner.de/ck/${MY_P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=dev-lang/tk-8.0 > >=sys-apps/sed-4" >RDEPEND=${DEPEND} > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-tcl_panic.patch" >} > >src_compile() { > local myconf="--with-tcl=/usr/lib --enable-shared" > econf ${myconf} || die "econf failed" > emake CFLAGS="${CFLAGS}" || die "emake failed" > > # patch Makefile > sed -i -e "s:mkdir:mkdir -p:g" \ > -e "s|install: |install: install-man |" Makefile >} > >src_install() { > dodoc README license.terms > einstall || die "Failed to install." >}
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 152066
:
103898
| 103899