diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-16 21:09:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-16 21:09:21 +0000 |
commit | b0ecfcac80f9d666b15115836aab27dfa38b2baa (patch) | |
tree | 90a585699797e0dcb6136d0e69212e5fda4955c2 /net-misc/rdesktop | |
parent | fix testsuite; fix vlogin (diff) | |
download | gentoo-2-b0ecfcac80f9d666b15115836aab27dfa38b2baa.tar.gz gentoo-2-b0ecfcac80f9d666b15115836aab27dfa38b2baa.tar.bz2 gentoo-2-b0ecfcac80f9d666b15115836aab27dfa38b2baa.zip |
Added sed fix from Flameeyes and closing bug #125545.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'net-misc/rdesktop')
-rw-r--r-- | net-misc/rdesktop/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/rdesktop/rdesktop-1.4.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/rdesktop/ChangeLog b/net-misc/rdesktop/ChangeLog index 8c46cd08cd47..575d2e63006d 100644 --- a/net-misc/rdesktop/ChangeLog +++ b/net-misc/rdesktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rdesktop -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.64 2005/12/13 05:52:13 spyderous Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.65 2006/03/16 21:09:21 wolf31o2 Exp $ + + 16 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> rdesktop-1.4.1.ebuild: + Added sed fix from Flameeyes and closing bug #125545. 13 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; rdesktop-1.4.1.ebuild: diff --git a/net-misc/rdesktop/rdesktop-1.4.1.ebuild b/net-misc/rdesktop/rdesktop-1.4.1.ebuild index 96e7b0ab15b6..cfbfec73788c 100644 --- a/net-misc/rdesktop/rdesktop-1.4.1.ebuild +++ b/net-misc/rdesktop/rdesktop-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.4.1.ebuild,v 1.13 2005/12/13 05:52:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.4.1.ebuild,v 1.14 2006/03/16 21:09:21 wolf31o2 Exp $ inherit eutils @@ -18,6 +18,7 @@ DEPEND="|| ( x11-libs/libXt virtual/x11 ) src_compile() { sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure + sed -i -e 's:strip:true:' Makefile.in econf \ --with-openssl=/usr \ `use_with debug` \ |