From a17ae4cb68dd819465b727b6f28cecdc854cb4e3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 3 Apr 2015 08:17:19 +0300 Subject: modified: net-misc/x2goclient/x2goclient-scm.ebuild --- net-misc/x2goclient/x2goclient-scm.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/x2goclient/x2goclient-scm.ebuild b/net-misc/x2goclient/x2goclient-scm.ebuild index 887ff06..9d79c51 100644 --- a/net-misc/x2goclient/x2goclient-scm.ebuild +++ b/net-misc/x2goclient/x2goclient-scm.ebuild @@ -29,10 +29,10 @@ CLIENT_BUILD=${WORKDIR}/${P}.client_build PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build src_prepare() { - if ! use ldap; then - sed -e "s/-lldap//" -i x2goclient.pro || die - sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die - fi +# if ! use ldap; then +# sed -e "s/-lldap//" -i x2goclient.pro || die +# sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die +# fi mkdir -p "${CLIENT_BUILD}" use nsplugin && mkdir -p "${PLUGIN_BUILD}" -- cgit v1.2.3