Diff tmux-3.3a with a tmux-3.3a-r1
/usr/portage/app-misc/tmux/tmux-3.3a-r1.ebuild 2023-10-09 14:52:28.824368333 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
46 | 46 | |
47 | 47 |
PATCHES=( |
48 | 48 |
"${FILESDIR}"/${PN}-2.4-flags.patch |
49 |
"${FILESDIR}"/${P}-clang.patch |
|
49 | 50 |
) |
50 | 51 | |
51 | 52 |
src_prepare() { |
52 |
# bug 438558 |
|
53 |
# 1.7 segfaults when entering copy mode if compiled with -Os |
|
54 |
replace-flags -Os -O2 |
|
55 | ||
56 | 53 |
default |
57 | 54 |
eautoreconf |
58 | 55 |
} |
59 | 56 | |
60 | 57 |
src_configure() { |
58 |
# bug 438558 |
|
59 |
# 1.7 segfaults when entering copy mode if compiled with -Os |
|
60 |
replace-flags -Os -O2 |
|
61 | ||
61 | 62 |
local myeconfargs=( |
62 | 63 |
--sysconfdir="${EPREFIX}"/etc |
63 | 64 |
$(use_enable debug) |