summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libraw1394/libraw1394-0.9.0.ebuild')
-rw-r--r--sys-libs/libraw1394/libraw1394-0.9.0.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/libraw1394/libraw1394-0.9.0.ebuild b/sys-libs/libraw1394/libraw1394-0.9.0.ebuild
index 85f69a65d196..c8bb16b8ddd8 100644
--- a/sys-libs/libraw1394/libraw1394-0.9.0.ebuild
+++ b/sys-libs/libraw1394/libraw1394-0.9.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-0.9.0.ebuild,v 1.14 2004/01/29 15:13:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-0.9.0.ebuild,v 1.15 2004/02/09 10:56:28 aliz Exp $
+
+inherit gnuconfig
S=${WORKDIR}/${P}
DESCRIPTION="libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface."
@@ -10,7 +12,7 @@ RESTRICT="nomirror"
IUSE=""
SLOT="0"
LICENSE="LGPL-2.1 | GPL-2"
-KEYWORDS="x86 ppc sparc"
+KEYWORDS="x86 ppc sparc ~amd64"
DEPEND="virtual/glibc"
@@ -20,6 +22,8 @@ src_unpack() {
}
src_compile() {
+ gnuconfig_update
+
econf || die
emake || die