diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-03-02 08:08:20 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-03-02 08:08:32 +0100 |
commit | e0d7a60344288e5c79613316d361be07f82963ac (patch) | |
tree | efeccf83c493081351885bbbdc17526ee736e67e /sci-electronics/xnec2c | |
parent | media-sound/audacity: bump to 3.2.5 (diff) | |
download | gentoo-e0d7a60344288e5c79613316d361be07f82963ac.tar.gz gentoo-e0d7a60344288e5c79613316d361be07f82963ac.tar.bz2 gentoo-e0d7a60344288e5c79613316d361be07f82963ac.zip |
sci-electronics/xnec2c: Drop hard coded _FORTIFY_SOURCE level
Closes: https://bugs.gentoo.org/896176
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-electronics/xnec2c')
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-4.4.12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-electronics/xnec2c/xnec2c-4.4.12.ebuild b/sci-electronics/xnec2c/xnec2c-4.4.12.ebuild index edc8563c6bd0..7f956b3139c9 100644 --- a/sci-electronics/xnec2c/xnec2c-4.4.12.ebuild +++ b/sci-electronics/xnec2c/xnec2c-4.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,8 +25,11 @@ S="${WORKDIR}/${MY_P}" src_prepare() { eapply_user + # bug 896176 + sed -i -e "s/-D_FORTIFY_SOURCE=2//g" configure.ac || die eautoreconf } + src_install() { default docompress -x /usr/share/man |