diff options
author | 2007-02-12 07:36:18 +0000 | |
---|---|---|
committer | 2007-02-12 07:36:18 +0000 | |
commit | 6b343c50d17a46b36f9bee8e88b0136c201a19a0 (patch) | |
tree | 4fc6d9081bb7e12a67619b04f6f275b8658b22f6 /media-video/vlc | |
parent | really fix the patch, I swear (diff) | |
download | gentoo-2-6b343c50d17a46b36f9bee8e88b0136c201a19a0.tar.gz gentoo-2-6b343c50d17a46b36f9bee8e88b0136c201a19a0.tar.bz2 gentoo-2-6b343c50d17a46b36f9bee8e88b0136c201a19a0.zip |
Disable also autodetected cflags optimisations in stable vlc
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.6-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index c9a8560088e7..9cd5fdb48db1 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.224 2007/02/11 22:56:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.225 2007/02/12 07:36:18 aballier Exp $ + + 12 Feb 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6-r1.ebuild: + Disable also autodetected cflags optimisations in stable vlc 11 Feb 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6-r1.ebuild, vlc-0.8.6_p18636.ebuild: diff --git a/media-video/vlc/vlc-0.8.6-r1.ebuild b/media-video/vlc/vlc-0.8.6-r1.ebuild index 524fe918619b..936ce437a296 100644 --- a/media-video/vlc/vlc-0.8.6-r1.ebuild +++ b/media-video/vlc/vlc-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.6-r1.ebuild,v 1.16 2007/02/11 22:56:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.6-r1.ebuild,v 1.17 2007/02/12 07:36:18 aballier Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -249,6 +249,7 @@ src_compile () { --disable-portaudio \ --disable-x264 \ --disable-libtar \ + --disable-optimizations \ --enable-utf8 \ --enable-libtool \ $(use_enable nsplugin mozilla) \ |