diff options
author | 2012-03-15 12:10:25 +0000 | |
---|---|---|
committer | 2012-03-15 12:10:25 +0000 | |
commit | 1cfab6dae342935d8634065d3089b731b125de1d (patch) | |
tree | 03cbf895fadaf257610c6a3b11cb0e73f62a21cc /net-misc/x2goclient/x2goclient-3.0.1.18.ebuild | |
parent | Bump to 1.17.14, thanks to slepnoga. Bug #408045 (diff) | |
download | gentoo-2-1cfab6dae342935d8634065d3089b731b125de1d.tar.gz gentoo-2-1cfab6dae342935d8634065d3089b731b125de1d.tar.bz2 gentoo-2-1cfab6dae342935d8634065d3089b731b125de1d.zip |
Support both cups 1.4 and 1.5, reported by luis in bug #408105
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/x2goclient/x2goclient-3.0.1.18.ebuild')
-rw-r--r-- | net-misc/x2goclient/x2goclient-3.0.1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild b/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild index 9a22de2b16e5..4bb7db519481 100644 --- a/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild +++ b/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild,v 1.1 2012/03/14 22:27:01 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.0.1.18.ebuild,v 1.2 2012/03/15 12:10:25 voyageur Exp $ EAPI=4 inherit qt4-r2 @@ -28,7 +28,7 @@ S=${WORKDIR}/${P/-/_} src_prepare() { # qmake looks for these files in the main directory mv x2goclient/* . && rmdir x2goclient || die - sed -e "s#cups/cups.h#cups/ppd.h#" -i cupsprint.h || die + epatch "${FILESDIR}"/${P}-cups1.5.patch if ! use ldap; then sed -e "s/-lldap//" -i x2goclient.pro || die sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die |