diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-20 19:24:30 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-20 19:24:30 +0000 |
commit | 82cb46ef4e24074e2c60e64c2cd08c6da05ba772 (patch) | |
tree | ba95878e4d2e3920c0d4143bc3313d41524b0a9a /media-video/mpv/mpv-9999.ebuild | |
parent | Clean old. (diff) | |
download | gentoo-2-82cb46ef4e24074e2c60e64c2cd08c6da05ba772.tar.gz gentoo-2-82cb46ef4e24074e2c60e64c2cd08c6da05ba772.tar.bz2 gentoo-2-82cb46ef4e24074e2c60e64c2cd08c6da05ba772.zip |
Respect cflags, thanks to Nikoli
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 48b5578b0e35..0f361d03cfac 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.54 2014/07/10 08:57:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.55 2014/07/20 19:24:30 zlogene Exp $ EAPI=5 @@ -164,6 +164,7 @@ src_configure() { # vapoursynth is not packaged waf-utils_src_configure \ --disable-build-date \ + --disable-optimize \ --disable-debug-build \ --disable-sdl1 \ $(use_enable sdl sdl2) \ |