diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-05-24 16:08:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-05-24 16:08:14 +0200 |
commit | 90854fa35481088a542bba181035942089b515a2 (patch) | |
tree | 23d1ecd9920190e9591c5c0d3b32a5c9df650179 /media-libs/x264/x264-9999.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.1.25 (diff) | |
download | gentoo-90854fa35481088a542bba181035942089b515a2.tar.gz gentoo-90854fa35481088a542bba181035942089b515a2.tar.bz2 gentoo-90854fa35481088a542bba181035942089b515a2.zip |
media-libs/x264: update cflags patch for live ebuild; bug #581196
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-libs/x264/x264-9999.ebuild')
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index f097db63aed7..278f1fee4f8f 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ DOCS="AUTHORS doc/*.txt" src_prepare() { # Initial support for x32 ABI, bug #420241 # Avoid messing too much with CFLAGS. - epatch "${FILESDIR}"/x264-0.0.20151011-cflags.patch + epatch "${FILESDIR}"/x264-0.0.20160523-cflags.patch } multilib_src_configure() { |