diff options
author | 2017-01-04 19:31:17 -0800 | |
---|---|---|
committer | 2017-01-05 07:49:55 +0100 | |
commit | 284d5a25df8d884fe6f71f5019ccaa21f0d677eb (patch) | |
tree | d4eba6ae3de4061fa54573e63a62ab66fc7c6939 /x11-wm/amiwm/amiwm-0.21_p2.ebuild | |
parent | dev-ruby/rdiscount: add ruby24 (diff) | |
download | gentoo-284d5a25df8d884fe6f71f5019ccaa21f0d677eb.tar.gz gentoo-284d5a25df8d884fe6f71f5019ccaa21f0d677eb.tar.bz2 gentoo-284d5a25df8d884fe6f71f5019ccaa21f0d677eb.zip |
x11-wm/amiwm: patch to add flex 2.6.3 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3333
Diffstat (limited to 'x11-wm/amiwm/amiwm-0.21_p2.ebuild')
-rw-r--r-- | x11-wm/amiwm/amiwm-0.21_p2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/amiwm/amiwm-0.21_p2.ebuild b/x11-wm/amiwm/amiwm-0.21_p2.ebuild index 466c8be735b1..462fed428f1b 100644 --- a/x11-wm/amiwm/amiwm-0.21_p2.ebuild +++ b/x11-wm/amiwm/amiwm-0.21_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,8 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.diff \ - "${FILESDIR}"/${P}-implicts.patch + "${FILESDIR}"/${P}-implicts.patch \ + "${FILESDIR}"/${P}-flex-2.6.3-fix.patch sed -i -e "s:\$(exec_prefix)/lib:\$(exec_prefix)/$(get_libdir):" \ Makefile.in || die sed -i -e "s:/bin/ksh:/bin/sh:g" Xsession{,2}.in || die |