diff options
author | 2011-06-07 23:21:16 +0000 | |
---|---|---|
committer | 2011-06-07 23:21:16 +0000 | |
commit | 2c0ad3b30a627cd633a85ca6a72ad6717f1bce95 (patch) | |
tree | f11d181838b338ab0c53f87ae69ec5f1b3a4c97a /media-libs/libdc1394/libdc1394-2.1.3.ebuild | |
parent | sys-kernel/genkernel: Bump to 3.4.16 (diff) | |
download | gentoo-2-2c0ad3b30a627cd633a85ca6a72ad6717f1bce95.tar.gz gentoo-2-2c0ad3b30a627cd633a85ca6a72ad6717f1bce95.tar.bz2 gentoo-2-2c0ad3b30a627cd633a85ca6a72ad6717f1bce95.zip |
Non maintainer fix, there were two src_compile() instead of a src_configure obviously by mistake
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libdc1394/libdc1394-2.1.3.ebuild')
-rw-r--r-- | media-libs/libdc1394/libdc1394-2.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdc1394/libdc1394-2.1.3.ebuild b/media-libs/libdc1394/libdc1394-2.1.3.ebuild index ccf1fc4f265a..f6d7f5fdf394 100644 --- a/media-libs/libdc1394/libdc1394-2.1.3.ebuild +++ b/media-libs/libdc1394/libdc1394-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.1.3.ebuild,v 1.1 2011/04/30 17:22:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.1.3.ebuild,v 1.2 2011/06/07 23:21:16 tampakrap Exp $ EAPI="4" @@ -26,7 +26,7 @@ src_prepare() { eautoreconf } -src_compile() { +src_configure() { econf \ --program-suffix=2 \ $(use_with X x) \ |