Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55961 Details for
Bug 88684
rdesktop-1.4.0 builds with debugging code when USE -debug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild that fixes problem
rdesktop-1.4.0-r1.ebuild (text/plain), 1.02 KB, created by
Andreas Kling
on 2005-04-11 01:03:58 UTC
(
hide
)
Description:
Updated ebuild that fixes problem
Filename:
MIME Type:
Creator:
Andreas Kling
Created:
2005-04-11 01:03:58 UTC
Size:
1.02 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-misc/rdesktop/rdesktop-1.4.0.ebuild,v 1.1 2005/03/15 15:03:59 wolf31o2 Exp $ > >inherit eutils > >DESCRIPTION="A Remote Desktop Protocol Client" >HOMEPAGE="http://rdesktop.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~ppc64 ~amd64 ~ppc-macos" >IUSE="ssl debug ipv6 oss" > >DEPEND="virtual/x11 > ssl? ( >=dev-libs/openssl-0.9.6b )" > >src_compile() { > local myconf > if use ssl > then > myconf="--with-openssl=/usr" > else > myconf="--without-openssl" > fi > if use debug > then > myconf="${myconf} --with-debug" > fi > > sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure > > ./configure \ > --prefix=/usr \ > --mandir=/usr/share/man \ > `use_with ipv6` \ > `use_with oss sound` \ > ${myconf} || die > > emake || die >} > >src_install() { > make DESTDIR=${D} install > dodoc COPYING doc/HACKING doc/TODO doc/keymapping.txt >}
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 88684
: 55961 |
55981