net-misc/nxclient: update metadata

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2022-04-05 13:13:14 +02:00
parent 8f7d9f4c23
commit 44ed06bb82
4 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.5.0.7.ebuild,v 1.4 2013/08/01 20:54:56 ssuominen Exp $
EAPI=6
inherit eutils versionator
@@ -38,7 +37,7 @@ RDEPEND="dev-libs/expat
S=${WORKDIR}/NX
src_compile() {
$(tc-getCC) -shared -ldl -fPIC ${WORKDIR}/nxfixglibc1190/nxfixglibc1190.c -o ${WORKDIR}/NX/lib/nxfixglibc1190.so
$(tc-getCC) -shared -ldl -fPIC "${WORKDIR}"/nxfixglibc1190/nxfixglibc1190.c -o "${WORKDIR}"/NX/lib/nxfixglibc1190.so
default
}