diff options
author | 2021-11-23 08:21:31 -0600 | |
---|---|---|
committer | 2021-11-23 08:49:46 -0600 | |
commit | dc883edadf4bf449e94f141f87290f8781fb8875 (patch) | |
tree | 6ee409893e5a40107a6d3aa0b0375e1004ca503a /app-text | |
parent | app-crypt/sbsigntools: drop old (diff) | |
download | gentoo-dc883edadf4bf449e94f141f87290f8781fb8875.tar.gz gentoo-dc883edadf4bf449e94f141f87290f8781fb8875.tar.bz2 gentoo-dc883edadf4bf449e94f141f87290f8781fb8875.zip |
app-text/barcode: QA use eautoreconf
Closes: https://bugs.gentoo.org/814305
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/barcode/barcode-0.99-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild index 9defd1531f06..51debbbbb972 100644 --- a/app-text/barcode/barcode-0.99-r1.ebuild +++ b/app-text/barcode/barcode-0.99-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit autotools + DESCRIPTION="barcode generator" HOMEPAGE="https://www.gnu.org/software/barcode/" SRC_URI="mirror://gnu/barcode/${P}.tar.gz" @@ -20,13 +22,15 @@ PATCHES=( ) src_prepare() { + default + sed -i -e '/^LDFLAGS =/s:=:+=:' \ -e "/^aLIBDIR/s:lib:$(get_libdir):" \ -e '/^INFODIR/s:info:share/info:' \ -e '/^MAN/s:man:share/man:' \ Makefile.in || die - default + eautoreconf } src_configure() { |