summaryrefslogtreecommitdiff
path: root/sys-devel/bison/bison-3.0.4-r1.ebuild
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-11-21 19:40:00 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-11-21 19:40:14 +0100
commitc284480b5e7e390aa76810e158eeae5b5c4beb54 (patch)
treec751dabcad21db8731251c6345ee415cb17bd459 /sys-devel/bison/bison-3.0.4-r1.ebuild
parent68a9362fd26f69996823c36ead90fe053537f1fe (diff)
downloadgentoo-c284480b5e7e390aa76810e158eeae5b5c4beb54.tar.gz
gentoo-c284480b5e7e390aa76810e158eeae5b5c4beb54.tar.xz
sys-devel/bison: Fix test suite when using GCC 7
Closes: https://bugs.gentoo.org/638308 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-devel/bison/bison-3.0.4-r1.ebuild')
-rw-r--r--sys-devel/bison/bison-3.0.4-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild
index ab8dcc62aa6..3672e2275c1 100644
--- a/sys-devel/bison/bison-3.0.4-r1.ebuild
+++ b/sys-devel/bison/bison-3.0.4-r1.ebuild
@@ -26,6 +26,7 @@ DOCS=( AUTHORS ChangeLog-2012 NEWS README THANKS TODO ) # ChangeLog-1998 PACKAGI
src_prepare() {
epatch "${FILESDIR}"/${P}-optional-perl.patch #538300
epatch "${FILESDIR}"/${P}-darwin17-printf-n.patch #632500
+ epatch "${FILESDIR}"/${P}-fix-tests-gcc-7.patch #638308
# The makefiles make the man page depend on the configure script
# which we patched above. Touch it to prevent regeneration.
touch doc/bison.1 #548778 #538300#9