summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libelf/libelf-0.8.4.ebuild')
-rw-r--r--dev-libs/libelf/libelf-0.8.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libelf/libelf-0.8.4.ebuild b/dev-libs/libelf/libelf-0.8.4.ebuild
index f9df878e201c..4082c527b645 100644
--- a/dev-libs/libelf/libelf-0.8.4.ebuild
+++ b/dev-libs/libelf/libelf-0.8.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.5 2005/02/09 19:41:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.6 2005/08/29 20:57:20 kugelfang Exp $
+
+inherit multilib
DESCRIPTION="A ELF object file access library"
HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/"
@@ -25,7 +27,7 @@ src_compile() {
src_install() {
make \
prefix=${D}/usr \
- libdir=${D}usr/lib \
+ libdir=${D}usr/$(get_libdir) \
includedir=${D}usr/include \
install \
install-compat || die