summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-18 15:09:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-18 15:09:15 +0000
commit18c1c8b5469bf95ca9dcb4ddd6f966446dd5dda2 (patch)
treea369ce7e04518a244143df9655284601efb46a85 /media-video/vlc
parentCloses bug #2862, thanks to Jose Jonseca. (diff)
downloadgentoo-2-18c1c8b5469bf95ca9dcb4ddd6f966446dd5dda2.tar.gz
gentoo-2-18c1c8b5469bf95ca9dcb4ddd6f966446dd5dda2.tar.bz2
gentoo-2-18c1c8b5469bf95ca9dcb4ddd6f966446dd5dda2.zip
added a small fix
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/vlc-0.4.0-r1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/media-video/vlc/vlc-0.4.0-r1.ebuild b/media-video/vlc/vlc-0.4.0-r1.ebuild
index b137c7b612f5..188ea4e7e38f 100644
--- a/media-video/vlc/vlc-0.4.0-r1.ebuild
+++ b/media-video/vlc/vlc-0.4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.4.0-r1.ebuild,v 1.1 2002/06/18 03:46:41 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.4.0-r1.ebuild,v 1.2 2002/06/18 15:09:15 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="VideoLAN Client - DVD/video player"
@@ -50,12 +50,6 @@ src_unpack() {
fi
)
}
-
-
-
-
-
-
src_compile(){
@@ -126,6 +120,8 @@ src_compile(){
export CXXFLAGS=""
export CFLAGS=""
+ autoconf || die
+
./configure \
--prefix=/usr \
--with-sdl \