diff options
author | 2018-03-27 19:52:32 +0300 | |
---|---|---|
committer | 2018-03-29 23:05:17 +0200 | |
commit | 9961133103f7a7ed931a1d6669ecff5acba566cc (patch) | |
tree | 9ea972234a8c6cb884d98895c93e89a40397df93 /media-gfx/videorbits/videorbits-2.205.ebuild | |
parent | sys-cluster/neutron: 12.0.1 bup (diff) | |
download | gentoo-9961133103f7a7ed931a1d6669ecff5acba566cc.tar.gz gentoo-9961133103f7a7ed931a1d6669ecff5acba566cc.tar.bz2 gentoo-9961133103f7a7ed931a1d6669ecff5acba566cc.zip |
media-gfx/videorbits: Fix for glibc-2.27
Closes: https://bugs.gentoo.org/648770
Closes: https://github.com/gentoo/gentoo/pull/7648
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-gfx/videorbits/videorbits-2.205.ebuild')
-rw-r--r-- | media-gfx/videorbits/videorbits-2.205.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/videorbits/videorbits-2.205.ebuild b/media-gfx/videorbits/videorbits-2.205.ebuild index 030eb3b53d0e..52a423416d45 100644 --- a/media-gfx/videorbits/videorbits-2.205.ebuild +++ b/media-gfx/videorbits/videorbits-2.205.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.201-libpng15.patch" "${FILESDIR}/${P}-qa-implicit-declarations.patch" "${FILESDIR}/${P}-fix-buildsystem.patch" + "${FILESDIR}/${P}-remove-bits-nan.patch" ) DOCS=( AUTHORS README README.MORE ) |