diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/avifile/avifile-0.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/avifile/avifile-0.50.ebuild b/media-video/avifile/avifile-0.50.ebuild index 768f482a0caf..149579a95bc3 100644 --- a/media-video/avifile/avifile-0.50.ebuild +++ b/media-video/avifile/avifile-0.50.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.50.ebuild,v 1.1 2000/11/26 20:54:18 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.50.ebuild,v 1.2 2000/12/04 13:20:31 achim Exp $ A="${P}.tar.gz binaries.zip" S=${WORKDIR}/${P} @@ -57,7 +57,7 @@ src_unpack () { src_compile() { cd ${S} - try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc cp Makefile Makefile.orig sed -e "s:/usr/libexec/avifile/win32:${D}/usr/libexec/avifile/win32:" \ Makefile.orig > Makefile |