summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2015-04-03 08:17:19 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2015-04-03 08:17:19 +0300
commita17ae4cb68dd819465b727b6f28cecdc854cb4e3 (patch)
treed70fc1f61223a3ea244e0c8362c9077f90acb24a /net-misc
parent925eacfd3683387adde3d0b1992ed365b69f0b25 (diff)
modified: net-misc/x2goclient/x2goclient-scm.ebuild
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/x2goclient/x2goclient-scm.ebuild8
1 files 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}"