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 | 487dbf9865064817947e721997fd339e57c7678f (patch) | |
tree | 0648ee80b8ba8db63cdba5c3c3b670be4c45db1b /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 | historical-487dbf9865064817947e721997fd339e57c7678f.tar.gz historical-487dbf9865064817947e721997fd339e57c7678f.tar.bz2 historical-487dbf9865064817947e721997fd339e57c7678f.zip |
Need to get nxcomp's NX.h from /usr/NX/include
Package-Manager: portage-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 \ |