summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-01-08 05:04:17 +0000
committerChris White <chriswhite@gentoo.org>2005-01-08 05:04:17 +0000
commit5cb82abdb568858b68bc45ef119e0ff1df754f20 (patch)
tree1337f8cf8224ce6de2e602cd82212ff951c04e0c /media-video
parentFixing bug #39213. Thanks to Keith Lea for providing the vlc.desktop file. (... (diff)
downloadgentoo-2-5cb82abdb568858b68bc45ef119e0ff1df754f20.tar.gz
gentoo-2-5cb82abdb568858b68bc45ef119e0ff1df754f20.tar.bz2
gentoo-2-5cb82abdb568858b68bc45ef119e0ff1df754f20.zip
Fixing MOZILLA_CONFIG errors that I'll surely be getting in about 30 minutes.
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vlc/ChangeLog5
-rw-r--r--media-video/vlc/vlc-0.8.1.ebuild5
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