diff options
Diffstat (limited to 'media-video/vlc/vlc-0.6.2.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.6.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/vlc/vlc-0.6.2.ebuild b/media-video/vlc/vlc-0.6.2.ebuild index 23def22f26d2..42a6c9e282f9 100644 --- a/media-video/vlc/vlc-0.6.2.ebuild +++ b/media-video/vlc/vlc-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.12 2004/01/25 04:38:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.13 2004/01/26 00:52:12 vapier Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -133,8 +133,8 @@ src_compile(){ export CXXFLAGS="" export CFLAGS="" - export WANT_AUTOCONF_2_5=1 - export WANT_AUTOMAKE_1_6=1 + export WANT_AUTOCONF=2.5 + export WANT_AUTOMAKE=1.6 econf \ `use_enable nls` \ |