diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-20 21:54:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-20 21:54:54 +0000 |
commit | 5a4b2da3aa1a39e776a19f3098ff9320a041ab63 (patch) | |
tree | 3b687e670b60cabb2b69734545e3c87c8ea23d51 /net-misc/nxssh/nxssh-1.5.0.ebuild | |
parent | We're installing to /usr/share, not /usr/lib. Change symlink origins, and ins... (diff) | |
download | gentoo-2-5a4b2da3aa1a39e776a19f3098ff9320a041ab63.tar.gz gentoo-2-5a4b2da3aa1a39e776a19f3098ff9320a041ab63.tar.bz2 gentoo-2-5a4b2da3aa1a39e776a19f3098ff9320a041ab63.zip |
Need to get nxcomp's NX.h from /usr/NX/include
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-misc/nxssh/nxssh-1.5.0.ebuild')
-rw-r--r-- | net-misc/nxssh/nxssh-1.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/nxssh/nxssh-1.5.0.ebuild b/net-misc/nxssh/nxssh-1.5.0.ebuild index 6447cea02459..9e81941eff1f 100644 --- a/net-misc/nxssh/nxssh-1.5.0.ebuild +++ b/net-misc/nxssh/nxssh-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.5.0.ebuild,v 1.1 2005/10/20 21:25:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.5.0.ebuild,v 1.2 2005/10/20 21:54:54 agriffis Exp $ inherit multilib flag-o-matic @@ -25,6 +25,7 @@ DEPEND=" S=${WORKDIR}/${PN} src_compile() { + append-flags -I/usr/NX/include append-ldflags -L/usr/NX/$(get_libdir) ./configure \ --prefix=/usr \ |