diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-11-12 13:20:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-11-12 13:20:31 +0100 |
commit | 763c0d847edc3bb5b61ee77123cdfabbc3405b1d (patch) | |
tree | 77219fdb3d17fbe6e6dc2037eb66377987d4132b /sys-devel/bison/bison-3.0.4-r1.ebuild | |
parent | aaaa952fdeda1fa2f7c7a61f21063fd42c9d47c6 (diff) | |
download | gentoo-763c0d847edc3bb5b61ee77123cdfabbc3405b1d.tar.gz gentoo-763c0d847edc3bb5b61ee77123cdfabbc3405b1d.tar.xz |
sys-devel/bison: add patch to fix crash at runtime on Darwin 17, bug #632500
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-devel/bison/bison-3.0.4-r1.ebuild')
-rw-r--r-- | sys-devel/bison/bison-3.0.4-r1.ebuild | 1 |
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 c20e7436f01..ab8dcc62aa6 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -25,6 +25,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 # 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 |