From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- app-text/barcode/barcode-0.99-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app-text/barcode/barcode-0.99-r1.ebuild') 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() { -- cgit v1.2.3