diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:07:47 +0000 |
commit | 3d8c6adf92e9d162f272fddca7c7972ec567f4ce (patch) | |
tree | 75f6e9241bf2b3ed258c6b34a1c08acb69f394c1 /media-tv/xawdecode | |
parent | version bump (diff) | |
download | historical-3d8c6adf92e9d162f272fddca7c7972ec567f4ce.tar.gz historical-3d8c6adf92e9d162f272fddca7c7972ec567f4ce.tar.bz2 historical-3d8c6adf92e9d162f272fddca7c7972ec567f4ce.zip |
repoman violations
Diffstat (limited to 'media-tv/xawdecode')
-rw-r--r-- | media-tv/xawdecode/xawdecode-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/xawdecode/xawdecode-1.8.0.ebuild b/media-tv/xawdecode/xawdecode-1.8.0.ebuild index 3326fe63744d..bcca9f3064d5 100644 --- a/media-tv/xawdecode/xawdecode-1.8.0.ebuild +++ b/media-tv/xawdecode/xawdecode-1.8.0.ebuild @@ -1,5 +1,5 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 +# Distributed under the terms of the GNU General Public License v2 # $Header: IUSE="alsa jpeg encode ffmpeg xvid lirc xosd" @@ -58,7 +58,7 @@ src_compile() { use xosd \ && myconf="${myconf} --enable-xosd" \ || myconf="${myconf} --disable-xosd" - + econf ${myconf} || die "Configuration failed." emake PERF_FLAGS="${CFLAGS}" || die "Compilation failed." |