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 | |
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')
-rw-r--r-- | net-misc/nxssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/nxssh/nxssh-1.5.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog index 07b61b6d8040..30096612cdca 100644 --- a/net-misc/nxssh/ChangeLog +++ b/net-misc/nxssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/nxssh # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.14 2005/10/20 21:25:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.15 2005/10/20 21:54:54 agriffis Exp $ + + 20 Oct 2005; Aron Griffis <agriffis@gentoo.org> nxssh-1.5.0.ebuild: + Need to get nxcomp's NX.h from /usr/NX/include *nxssh-1.5.0 (20 Oct 2005) 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 \ |