From 9a0d58d20f65ab36f2440a108697b73f4bd0cba3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 8 Dec 2004 02:04:30 +0000 Subject: cross compile fixes --- sys-fs/devfsd/devfsd-1.3.25-r8.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys-fs/devfsd/devfsd-1.3.25-r8.ebuild') diff --git a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild index 1c73c085844a..cab5c78a5596 100644 --- a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild +++ b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.12 2004/12/04 02:46:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.13 2004/12/08 02:04:30 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Daemon for the Linux Device Filesystem" HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" @@ -32,8 +32,10 @@ src_unpack() { -e 's:/usr/src/linux:.:' \ -e '32,34d;11,16d' -e '6c\' \ -e 'DEFINES := -DLIBNSL="\\"/lib/libnsl.so.1\\""' \ + -e 's:install -s:install:' \ -i GNUmakefile use uclibc && sed -e 's|libnsl.so.1|libnsl.so.0|' -i GNUmakefile + tc-export CC } src_install() { -- cgit v1.2.3-65-gdbad