Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56158 Details for
Bug 88713
net-im/ekg-1.6_rc1 doesn't compile with nptl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
an updated version of the ebuild for 1.6_rc1
ekg-1.6_rc1.ebuild (text/plain), 1.28 KB, created by
Michal Januszewski (RETIRED)
on 2005-04-13 04:50:25 UTC
(
hide
)
Description:
an updated version of the ebuild for 1.6_rc1
Filename:
MIME Type:
Creator:
Michal Januszewski (RETIRED)
Created:
2005-04-13 04:50:25 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1.ebuild,v 1.2 2005/04/01 15:11:15 agriffis Exp $ > >IUSE="ssl ncurses zlib python spell threads nptlonly" > >DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" >HOMEPAGE="http://dev.null.pl/ekg/" >SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~mips ia64 ~amd64" > >S="${WORKDIR}/${P/_/}" > >DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) > ncurses? ( sys-libs/ncurses ) > !ncurses? ( sys-libs/readline ) > zlib? ( sys-libs/zlib ) > python? ( dev-lang/python ) > spell? ( >=app-text/aspell-0.50.3 )" > >src_compile() { > local myconf="--enable-ioctld --enable-shared --enable-dynamic" > use ssl || myconf="$myconf --disable-openssl" > use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline" > use zlib || myconf="$myconf --disable-zlib" > use python && myconf="$myconf --with-python" > use spell && myconf="$myconf --enable-aspell" > > if use threads && ! use nptlonly; then > myconf="$myconf --enable-pthread" > fi > > econf ${myconf} || die > emake || die >} > >src_install() { > einstall || die > dodoc docs/* docs/api/* >}
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 88713
: 56158 |
56246