diff options
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 083905fff333..720a6c1c68f2 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.63 2005/01/08 04:13:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.64 2005/01/08 05:04:17 chriswhite Exp $ + + 08 Jan 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild: + Fixing MOZILLA_CONFIG errors that I'll surely be getting in about 30 minutes. 08 Jan 2005; Chris White <chriswhite@gentoo.org> +files/vlc.desktop, vlc-0.8.1.ebuild: diff --git a/media-video/vlc/vlc-0.8.1.ebuild b/media-video/vlc/vlc-0.8.1.ebuild index bf97e1e7d2c0..bf1032cd7ba7 100644 --- a/media-video/vlc/vlc-0.8.1.ebuild +++ b/media-video/vlc/vlc-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1.ebuild,v 1.2 2005/01/08 04:13:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1.ebuild,v 1.3 2005/01/08 05:04:17 chriswhite Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -105,8 +105,7 @@ src_compile () { # so the configure script won't find it # unless we setup the proper variable if use mozilla ; then - myconf="${myconf} --enable-mozilla" - MOZILLA_CONFIG=/usr/lib/mozilla/mozilla-config + myconf="${myconf} --enable-mozilla MOZILLA_CONFIG=/usr/lib/mozilla/mozilla-config" else myconf="${myconf} --disable-mozilla" fi |