diff options
Diffstat (limited to 'media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild')
-rw-r--r-- | media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild b/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild index b3321aa39998..6af5bdc136d4 100644 --- a/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild +++ b/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild,v 1.3 2004/03/30 04:44:11 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-1.6.1.90-r2.ebuild,v 1.4 2004/04/26 04:16:01 agriffis Exp $ inherit flag-o-matic gcc @@ -51,7 +51,7 @@ src_compile() { myconf="${myconf} --with-jpeg-mmx=/usr/include/jpeg-mmx" fi - econf ${myconf} + econf ${myconf} || die "econf failed" if has_version 'sys-devel/hardened-gcc' ; then for i in `find "${S}" -name "Makefile"` ; do |