Skip to content

Commit

Permalink
media-libs/cal3d: Fix build with gcc-6, bug 594310
Browse files Browse the repository at this point in the history
Maintainer timeout (>12 months). Patch by Peter Levine.

Closes: https://bugs.gentoo.org/594310
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
akhuettel committed Sep 20, 2017
1 parent 8319149 commit 17abb47
Show file tree
Hide file tree
Showing 2 changed files with 691 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media-libs/cal3d/cal3d-0.11.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -23,7 +23,8 @@ src_prepare() {
epatch \
"${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-tests.patch \
"${FILESDIR}"/${P}-verbose.patch
"${FILESDIR}"/${P}-verbose.patch \
"${FILESDIR}"/${P}-gcc6.patch
sed -i \
-e "s:db2html:docbook2html:g" \
configure.in \
Expand Down
Loading

0 comments on commit 17abb47

Please sign in to comment.